private void abrirFormulario(object sender, EventArgs e) { Detalle visita = new Detalle(); vista.AddOwnedForm(visita); visita.Show(); }