View.prototype.profile = function () {
  this.model.profile(function (err) {
    if (err) {
      ConfirmModal({
        text: 'Failed to profile commuters.',