public DataSet GetAccountingWinLossReport(int ZoneNo, int MachineCategoryNo, DateTime StartDate, DateTime EndDate, bool IncludeNonCashable)
 {
     return(reportsDataAccess.GetAccountingWinLossReport(ZoneNo, MachineCategoryNo, StartDate, EndDate, IncludeNonCashable));
 }