public void WinPopup(PlayerGame game_, SymbolDescriptor winner) { ResultPopup resultPopup = MakePopup(game_); resultPopup.WinSetup(winner); }