public GenericRepository(IEntities context)
 {
     _context = context;
     _dbset   = _context.GetSet <TEntity>();
 }