public void AgregarObjetoDatos(IPropiedad propiedad, ObjetoDatos item)
 {
     _impl.AgregarObjetoDatos(propiedad, item);
     _historial.AgregarObjetoDatos(_impl, propiedad, item, _impl.ObtenerColeccion(propiedad).Indice(item));
 }