void ICollection.CopyTo(Array array, int index)
 {
     Childrens.CopyTo((INavigationTreeNode[])array, index);
 }