static void CreateInilazabelXML()
 {
     MyXML.CreateXML(Application.dataPath + "/XML/Inilazable.xml", Selection.activeGameObject.GetComponentsInChildren <Transform>());
 }
 static void CreateCompletePositionXML()
 {
     MyXML.CreateXML(Application.dataPath + "/XML/CompletePostion.xml", Selection.activeGameObject.GetComponentsInChildren <Transform>());
 }