_watchItem : function(id) {
                inherited.watchItem.call(this, id);
                this._store.cachedStore.cachedIdToRemoteId(id).success(function (remoteId) {
                    this._store.remoteWatcher.watchItem(remoteId, this);
                }, this);