private void cambiarVisibilidades(Form formularioSiguiente) { formularioSiguiente.Visible = true; this.Visible = false; }