public void SelectBuild(string filePath)
 {
     TreeViewUtils.SelectByPath(treeView, filePath);
 }