private void CMDToolStripMenuItemClick(object sender, EventArgs e) { var cmd = new FrmCMD(); cmd.Init(GetCurrentSelectedClient()); cmd.Show(); }