public SqlEntityRepository(FSContext dbContext) { DbContext = dbContext; Entities = dbContext.Set <T>(); }