public void Remove(GuiWindow window) { windows.Remove(window); }
public void Add(GuiWindow window) { windows.Add(window); }