_initSubviewBinds: function () {
    this.listenTo(this.infoboxView, 'action:main', this._onAction);
    this.listenTo(this.infoboxView, 'action:close', this._onClose);
  },