private void menuTest_RunTutorialTests_Click(object sender, EventArgs e) { TutorialTestForm tt = new TutorialTestForm(this); tt.ShowDialog(); }