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