_onClick: function(e) {
      var display = $(e.currentTarget).data('display');
      this.presenter.setDisplay(display);
    },