_closeBox: function() {
      this.$widgetBox.addClass('closed');
      this.$widgetClosed.show();
      this.$widgetOpened.hide();
    }