private void pceConsumer_Popup(object sender, EventArgs e) { try { inoutHelper.GetConsumer(tlConsumer); } catch (Exception ex) { XtraMessageBox.Show(ex.Message, Constants.SYSTEM_PROMPT, MessageBoxButtons.OK, MessageBoxIcon.Information); } }