public static GameObject GetUIElement(string name)
 {
     return(gameObjectList.GetUIElement(name));
 }