_onChangeDisplay: function () {
    if (this.model.get('display')) {
      this._show();
    } else {
      this._hide();