public Chess(RoutedEventHandler ExitGame) { menu = new MenuWindow(NewGame, LoadGame, ExitGame); ShowMenu(); }