public void DeleteConcept(int?schemeId, int conceptId) { _dataService.DeleteConcept(schemeId, conceptId); }