public List <Examination> GetUpcomingExaminationsByUser(User user)
 {
     return(_examinationService.GetUpcomingExaminationsByUser(user));
 }