public IEnumerable <VehiculoDTO> getVehiculosSinServicio()
 {
     return(_dataSql.getVehiculosSinServicios());
 }