private void b_ClientAdd_Click(object sender, EventArgs e)
 {
     Client.frmClientAdd MyClientAdd = new Client.frmClientAdd();
     MyClientAdd.MdiParent = this.Owner;
     MyClientAdd.ShowDialog();
 }
 private void b_ClientAdd_Click(object sender, EventArgs e)
 {
     Client.frmClientAdd MyClientAdd = new Client.frmClientAdd();
     MyClientAdd.MdiParent = this.Owner;
     MyClientAdd.ShowDialog();
 }