public static void SetIFlowNode(this FlowSystem.FlowNode node, IntPtr handle)
 {
     node.Handle = handle;
 }
 public static IntPtr GetIFlowNode(this FlowSystem.FlowNode node)
 {
     return(node.Handle);
 }