ormFuncs.forEach(function(fn) {
          this.models[modelName][fn] = _.wrap(this.models[modelName][fn], function(func) {
            func
              .apply(this.models[modelName], Array.prototype.slice.call(arguments, 1))
              .then(function(res) {