public AllRepository()
 {
     _context = new StudentDBEntities();
     dbEntity = _context.Set <T>();
 }