private void button1_Click(object sender, EventArgs e) { FormMenu f2 = new FormMenu(); f2.Show(); this.Hide(); }