public ObjetoDatos CrearObjetoDatos(IPropiedad propiedad, ObjetoDatos propietario)
        {
            ObjetoDatos od = _impl.CrearObjetoDatos(propiedad, propietario);

            _historial.CrearObjetoDatos(_impl, propiedad, od, ResolverIndice(propiedad, od));
            return(od);
        }