public List <Exam> GetAllStudentFutureExams(int[] subAreaIds)
 {
     return(examRepository.GetAllFutureBySubArea(subAreaIds));
 }