public IEnumerable <ExamModel> GetAllExams()
 {
     return(_repo.All());
 }