private void button2_Click(object sender, EventArgs e) { Form3 newForm = new Form3(this); newForm.Show(); }