static void deleteConcept(long id) { mainConcepts.deleteConcept(id); } static void deleteConcept(Concept c) { if (c != null) c.delete(); }