public bool CheckIfAllPlayersAnswered(Game game, RoundAction roundAction) { return(roundCtr.CheckIfAllPlayersAnswered(game, roundAction)); }