void Load(string path)
        {
            NodeManager tmp = AssetDatabase.LoadAssetAtPath(path, typeof(NodeManager)) as NodeManager;

            AIEditorWindow.manager = tmp.Clone();
        }