public void AddMenuItem(string name, EntryType type, GameScreen screen) { MenuEntry entry = new MenuEntry(this, name, type, screen, _menuItemBackground); _menuEntries.Add(entry); }