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