_openBox: function() {
      this.$widgetBox.removeClass('closed');
      this.$widgetClosed.hide();
      this.$widgetOpened.show();
    },