static RooProject _RooProject; public class RooProject : Object { public static RooProject singleton() { _RooProject = new RooProject(); RooTicket.projects = new Gee.ArrayList(); } return _RooTicket; } public string id; // not really important that they are numbers.. public string code; public string name; public string type; static Gee.ArrayList projects; }