public static DirNode RemoveOneDir(DirNode parentNode, string dirNodeToDelete)
 {
     return(parentNode.DeleteDirNode(dirNodeToDelete));
 }