public decimal GetTotalSaleValueByYearAndMonth(int year, int month)
 {
     return(_iReportGateway.GetTotalSaleValueByYearAndMonth(year, month));
 }