private void GetBillingPurchaseVoucher()
 {
     Response.Write(BillingPurchasePaymentBAL.GetBillingPurchasePayment(Request.QueryString).ToJSON());
 }