private void buttonEditStudy_Click(object sender, EventArgs e) { var test = new TestEditStudyForm(); test.Show(); }