Y.OrganizationTab = function() {
      Y.OrganizationTab.superclass.constructor.apply(this, arguments);
      
      this.after('render', this.renderTreeview, this, true);
   };