@Override
protected List<SerRenLocal> init() throws Exception {
List<SerRenLocal> res = new ArrayList<SerRenLocal>();
for(ServiceRenderDetails d: getBean().getAccomplichedSerrenList()) {
res.add(new SerRenLocal(new DiseaseLocal(getDiseaseLocal().getEmcLocal(), d.diseaseID, getAuditListener()), d, getAuditListener()));
}
return res;
}