public void deleteActExPcsfromcfgEntity(String id, AloneUser user) {
   actExPcsfromcfgDao.deleteEntity(actExPcsfromcfgDao.getEntity(id));
 }