public void VoucherTypeComboFill() { TransactionsGeneralFill transactionGeneralFillObj = new TransactionsGeneralFill(); try { transactionGeneralFillObj.VoucherTypeComboFill(cmbVoucherType, "Rejection In", true); } catch (Exception ex) { MessageBox.Show("RIRgstr:03" + ex.Message, "OpenMiracle", MessageBoxButtons.OK, MessageBoxIcon.Information); } }