public InvestigationVo getInvestigation(Integer idInvestigation) { DomainFactory factory = getDomainFactory(); return InvestigationVoAssembler.create((Investigation) factory.getDomainObject(Investigation.class, idInvestigation)); }