public bool RemovePort(string portName) { bool flag = true; treeViewUtils.RemoveTextFromTree(tvPorts, portName); return(flag); }