getAll: function(params) {
            console.log('borrowInterface.lender.getAll');
            return this.request({
                url: this._buildUri(this.uri, 'all'),
                method: corbel.request.method.GET,