_insert: function (data, ctx) {
                return this._acquireStore(ctx).mapSuccess(function (store) {
                    return store.insert(data, this._mapContext(ctx)).callback(function () {
                        this._releaseStore(ctx, store);
                    }, this);