public List <Examination> GetExaminationsByDate(DateTime date) { return(_scheduledExaminationRepository.GetExaminationsByDate(date)); }