public IEnumerable <ExaminationVM> GetAll() { var list = service.GetAll(); return(list.Select(i => BaseVM <object> .ToModel <ExaminationVM>(i))); }