private void barButtonItem8_ItemClick(object sender, ItemClickEventArgs e)
 {
     frmLst_CustomerGroups_2 afrmLst_CustomerGroups_2 = new frmLst_CustomerGroups_2();
     afrmLst_CustomerGroups_2.ShowDialog();
 }
 public frmLst_CustomerGroups_2(frmLst_CustomerGroups_2 afrmLst_CustomerGroups)
 {
     InitializeComponent();
     afrmLst_CustomerGroups_Old = afrmLst_CustomerGroups;
 }