_remove: function (id, ctx) {
                return this._acquireStore(ctx).mapSuccess(function (store) {
                    return store.remove(id, this._mapContext(ctx)).callback(function () {
                        this._releaseStore(ctx, store);
                    }, this);