public object GetScalar(ExamResults obj)
 {
     throw new NotImplementedException();
 }
 public IEnumerable<ExamResults> GetAll(ExamResults entity)
 {
     throw new NotImplementedException();
 }
 public int Delete(ExamResults entity)
 {
     throw new NotImplementedException();
 }
 public ExamResults Get(ExamResults obj)
 {
     throw new NotImplementedException();
 }
 public int AddEdit(ExamResults entity)
 {
     throw new NotImplementedException();
 }