this.find()
        .where('_location', _location)
        .populate('_commuter _location')
        .exec()
        .then(resolve)