public void UpdateScore(int pointsToAdd) { scoreData.AddPoints(pointsToAdd); UpdateScoreEvent.Raise(); }