public bool Checkout()
 {
     return(UICommands.StartCheckoutRemoteBranch(TreeViewNode.TreeView, FullPath));
 }