public Repository(QuoteContext context) { this.context = context; this.dbSet = context.Set <TEntity>(); }