onRender: function () {
      this.categories.on('sync', _.bind(this.renderCategories, this));
      this.renderCategories();
    },