public StudentDataAccess(StudentEntities.Entities.EmployeeDbCOntext context)
 {
     _context = context;
 }
 public ProductAccess(StudentEntities.Entities.EmployeeDbCOntext context)
 {
     _context = context;
 }