_toggle: function() {
      if (this.model.get("hidden")) this._hide();
      else this._show();
    }