public GenericRepository(CarWashContext _context) { this._context = _context; table = _context.Set <T>(); }