public static Node FindInstance(int instanceID)
 {
     return(_nodeTree.FindInstance(instanceID) as Node);
 }