static A nuLike getConceptOpt(Class cc, long id) { ret getConceptOpt(db_mainConcepts(), cc, id); } static A getConceptOpt(Concepts concepts, Class cc, long id) { ret optCast(cc, concepts.getConcept(id)); }