public IObjetoDatosImpl Crear(ITipo tipo)
 {
     return(new DecoradorHistorial(_impl.Crear(tipo), _historial));
 }