private void GetEntryLedgerSupplementary()
 {
     Response.Write(CVFundBAL.GetEntryLedgerSupplementary(Request.QueryString).ToJSON());
 }
    private void GetBPREntryLedgerSupplementary()
    {
        //Response.Write(BillingPurchaseVoucherBAL.GetBPREntryLedgerSupplementary().ToJSON());

        Response.Write(CVFundBAL.GetEntryLedgerSupplementary(Request.QueryString).ToJSON());
    }