private void btnAddSerGroup_Click(object sender, EventArgs e)
 {
     frmIns_ServiceGroups frmAddSG = new frmIns_ServiceGroups();
     frmAddSG.ShowDialog();
 }
 private void btnAddSerGroup_Click(object sender, EventArgs e)
 {
     frmIns_ServiceGroups afrmIns_ServiceGroups = new frmIns_ServiceGroups(this);
     afrmIns_ServiceGroups.ShowDialog();
 }