private void CollapseAll(CustomTreeList tl)
 {
     tl.CollapseAll();
 }
 private void ExpandAll(CustomTreeList tl)
 {
     tl.ExpandAll();
 }