private void button1_Click(object sender, EventArgs e) { MenuPropietario MP = new MenuPropietario(); MP.Visible = true; this.Visible = false; }