public void ScoreChanged(Dictionary <PlayerColor, int> obj, PlayerColor onTurn)
 {
     scoreDisplayController.UpdateScores(obj, onTurn);
 }