private TreeNodeFactory() { this.treeNodeContainer = new TreeNodeContainer(); this.treeNodeLookup = new Hashtable(); this.treeNodeLookup.Add(typeof(ConfigurationNode), typeof(ConfigurationTreeNode)); }