//
 public DataSet GetVoucherListingReport(DateTime startDate, DateTime endDate, string Status, string Slot)
 {
     return(reports.GetVoucherListingReport(startDate, endDate, Status, Slot));
 }