private object InterfazUsuarioADato()
        {
            ListadoVerificacionUnidadesUsadasBO bo = new ListadoVerificacionUnidadesUsadasBO();


            //this.vista.tieneZapatas;
            //this.vista.tieneBrazoPluma;
            //this.vista.tienesContrapeso;
            //this.vista.tieneVastagosGatos;
            //this.vista.tieneTensionCadena;
            //this.vista.tieneRodillosTransito;
            //this.vista.tieneEspejosRetrovisores;
            //this.vista.tieneCristalesCabina;
            //this.vista.tienePuertasCerraduras;
            //this.vista.tieneBisagrasCofreMotor;
            //this.vista.tieneBalancinBote;
            //this.vista.tieneLucesTrabajo;
            //this.vista.tieneLamparasTablero;
            //this.vista.tieneInterruptorDesconexion;
            //this.vista.tieneAlarmaReversa;
            //this.vista.tieneHorometro;
            //this.vista.tieneLimpiaparabrisas;
            //this.vista.tieneCombustible;
            //this.vista.tieneAceiteMotor;
            //this.vista.tieneAceiteHidraulico;
            //this.vista.tieneLiquidoRefrigerante;
            //this.vista.tieneReductorEngranesTransito;
            //this.vista.tieneReductorSwing;
            //this.vista.tieneBateria;
            //this.vista.tieneJoystick;
            //this.vista.tieneLucesAdvertencia;
            //this.vista.tieneIndicadores;
            //this.vista.tienePalancaBloqueoPilotaje;
            //this.vista.tieneAireAcondicionado;
            //this.vista.tieneAutoaceleracion;
            //this.vista.tieneVelocidadMinimaMotor;
            //this.vista.tieneVelocidadMaximaMotor;

            return(bo);
        }
 public void Registrar()
 {
     ListadoVerificacionUnidadesUsadasBO bo = (ListadoVerificacionUnidadesUsadasBO)this.InterfazUsuarioADato();
 }