private void btnCarreras_Click(object sender, EventArgs e) { VistaCarrera vistaCarrera = new VistaCarrera(); vistaCarrera.pasar += new VistaCarrera.datos(getCarrera); vistaCarrera.ShowDialog(); }