private void ScriptManagerMenuItem_Click(object sender, EventArgs e) { var Form = new ScriptManager(); Form.Show(this); Form.Activate(); }