/// <summary>
 /// PricingLevel combo fill
 /// </summary>
 public void ComboPricingLevelFill()
 {
     TransactionsGeneralFillBll transactionGeneralFillObj = new TransactionsGeneralFillBll();
     try
     {
         transactionGeneralFillObj.PricingLevelViewAll(cmbPricinglevel, false);
     }
     catch (Exception ex)
     {
         MessageBox.Show("SQ:04" + ex.Message, "OpenMiracle", MessageBoxButtons.OK, MessageBoxIcon.Information);
     }
 }
 /// <summary>
 /// Pricing Level Combo Fill
 /// </summary>
 public void PricingLevelComboFill()
 {
     TransactionsGeneralFillBll TransactionGenerateFillObj = new TransactionsGeneralFillBll();
     try
     {
         List<DataTable> listObj = new List<DataTable>();
         listObj = TransactionGenerateFillObj.PricingLevelViewAll(cmbPricingLevel, true);
     }
     catch (Exception ex)
     {
         MessageBox.Show("DN06: " + ex.Message, "OpenMiracle", MessageBoxButtons.OK, MessageBoxIcon.Information);
     }
 }
 /// <summary>
 /// Function to fill the pricing level combobox
 /// </summary>
 public void PricingLevelComboFill()
 {
     try
     {
         TransactionsGeneralFillBll TransactionGeneralFillObj = new TransactionsGeneralFillBll();
         TransactionGeneralFillObj.PricingLevelViewAll(cmbPricingLevel, false);
     }
     catch (Exception ex)
     {
         MessageBox.Show("S012:" + ex.Message, "OpenMiracle", MessageBoxButtons.OK, MessageBoxIcon.Error);
     }
 }