private void dataKamarToolStripMenuItem_Click(object sender, EventArgs e) { Form9 f9 = new Form9(); f9.ShowDialog(); f9.Focus(); }