_BuildTree
BList* _BuildTree(BListItem* superItem, int32& index);
_BuildTree(item, fullListIndex);
BList* tree = _BuildTree(superItem, lastIndex);