public InvestigationQuestionsSelectOrderVo getQuestions(SelectedComponentFromSelectOrderVo component) { return InvestigationQuestionsSelectOrderVoAssembler.create((Investigation)getDomainFactory().getDomainObject(Investigation.class, component.getID().intValue())); }