public IEnumerable <ViewProduct> GetPopularBatteriesByBranchIdCompanyIdAndYear(int branchId, int companyId, int year)
 {
     return(_iReportGateway.GetPopularBatteriesByBranchIdCompanyIdAndYear(branchId, companyId, year));
 }