public GenericRepository(ERPDbContext dbContext) { _dbContext = dbContext; _dbSet = _dbContext.Set <TEntity>(); }