public IList <RetailerProduct> GetAll()
 {
     return(_dataRetriever.GetResults());
 }