public GenericRepository(GoingOutContext context) { _context = context; dbSet = context.Set <TEntity>(); }