public IEnumerable <ViewProduct> GetPopularBatteries()
 {
     return(_iReportGateway.GetPopularBatteries());
 }