private void informationMenuItem_Click(object sender, EventArgs e) { var view = new DisciplineShow(handle); view.Show(); }