public void SetCurrentPathPath(Node[] path)
 {
     currentPath.SetNodePath(path);
     currentPath.SetNodePathString(path);
 }