Location.prototype.sendProfilesAndMatches = function (callback) {
  request.get('/commuter-locations/send-profiles-and-matches', {
    _location: this._id()
  }, function (err, res) {
    if (err) {