private void btnAlta_Click(object sender, EventArgs e) { AltaRol levantaAlta = new AltaRol(conexion); this.Hide(); levantaAlta.ShowDialog(); this.Show(); }