private void btnRegistrarEstadia_Click(object sender, EventArgs e) { FormRegistroEstadia r = new FormRegistroEstadia(); this.Hide(); r.ShowDialog(); this.Close(); }