public override IEnumerable GetChildren(TreePath treePath)
 {
     return(innerTreeModel.GetChildren(treePath));
 }