public TreeListLoader(TreeViewBase treeListToFill) { this.treeList = treeListToFill; FavoritesDataDispatcher.Instance.TagsChanged += this.OnTagsCollectionChanged; FavoritesDataDispatcher.Instance.FavoritesChanged += this.OnFavoritesCollectionChanged; }