public EducationAnywhereDataAccess()
 {
     _dataContext = new EducationAnywhereContext();
 }
 public EducationAnywhereDataAccess()
 {
     _dataContext = new EducationAnywhereContext();
 }
 public EducationAnywhereDataAccess(EducationAnywhereContext context)
 {
     _dataContext = context;
 }
 public EducationAnywhereDataAccess(EducationAnywhereContext context)
 {
     _dataContext = context;
 }