public void Update(TipoVehiculo entity)
 {
     _repositoryTipoVehiculo.Update(entity);
 }