public List <Examination> ViewExaminationsByDoctor(string doctorJmbg) { return(examinationService.ViewExaminationsByDoctor(doctorJmbg)); }