public ExamService()
 {
     _examDAL = new EFExamDAL();
 }