public Tree(HashList co)
 {
     co.ForEach(Add);
 }