public void Remove(GUIComponent obj) { GUI.Remove(obj); }
public void Add(GUIComponent obj) { GUI.Add(obj); }