public string GetPedingCustomerCredit()
 {
     GetStoreId();
     return(objDal.GetBillPendingAmount(StoreId));
 }