public bool Delete()
 {
     return(UICommands.StartDeleteTagDialog(TreeViewNode.TreeView, _tagInfo.Name));
 }
 public void Delete()
 {
     UICommands.StartDeleteTagDialog(TreeViewNode.TreeView, _tagInfo.Name);
 }
 public bool Delete()
 {
     return(UICommands.StartDeleteTagDialog(TreeViewNode.TreeView, FullPath));
 }