public void UpdateStatus(NodeItemStatus status)
 {
     this.status = status;
     this.UpdateNodeShow();
 }
 public void UpdateNode(PVENode node, NodeItemStatus status)
 {
     this.nodeConfig = node;
     this.status = status;
     this.UpdateNodeShow();
 }