public RemoveAction(ref Node node) {
     this.nodeCourant = node;
     this.gameObject = node.GetCurrentNode().Gameobject;
 }