static void Main(string[] args) { MenuSystem menuSystem = MenuSystem.GetInstance(); menuSystem.AddScreen(new MainScreen()); }