static volatile Concepts mainConcepts; // Where we create new concepts static Concepts db_mainConcepts() { if (mainConcepts == null) mainConcepts = new Concepts(getDBProgramID()); ret mainConcepts; }