public PrintenInvoice(Hashtable ht, string sourcePath, string destPath)
 {
     this.ht = ht;
     report  = new TamplatePage(sourcePath, destPath);
 }
 public PrintenInvoice(ArrayList ritId, string sourcePath, string destPath)
 {
     invoiceIdList = ritId;
     report        = new TamplatePage(sourcePath, destPath);
 }