_watchInsert : function(query) {
                inherited.watchInsert.call(this, query);
                this._store.remoteWatcher.watchInsert(query, this);
            },