public void Add(ExamServices Exam)
 {
 }
 public void Update(ExamServices Exam)
 {
 }
 public ExamServices()
 {
     _repo = new ExamServices();
 }