public RemoveNodeGraphAction(viLink link)
 {
     this.link = link;
 }
 public AddNodeGraphAction(viLink link)
 {
     this.link = link;
 }