public override Folder GoUp()
 {
     return(Go(CurrentPath.GetDirectory()));
 }