private void тестКейсToolStripMenuItem_Click(object sender, EventArgs e) { NewTestCaseForm f = new NewTestCaseForm(); f.Show(); }