private void generarViaje_Click(object sender, EventArgs e) { var nuevo = new GeneracionViaje.Viaje(MainInit.session); nuevo.Show(); }