private void btnAlta_Click(object sender, EventArgs e) { frmAltaInscripcion frm = new frmAltaInscripcion(persona); frm.ShowDialog(); actualizar(); }