public ActExPcsfromcfg getActExPcsfromcfgEntity(String id) {
   if (id == null) {
     return null;
   }
   return actExPcsfromcfgDao.getEntity(id);
 }
 public void deleteActExPcsfromcfgEntity(String id, AloneUser user) {
   actExPcsfromcfgDao.deleteEntity(actExPcsfromcfgDao.getEntity(id));
 }