public override IQueryable <Product> GetAll() { auditor.Record("Got all products"); return(innerRepository.GetAll()); }