public static DialogNode GetDialogNode(string name)
 {
     return(gameObjectList.GetDialogNode(name));
 }