private void SetFirstPlayerPoint(int round) { for (int i = 0; i < round; i++) { _tennisGame.FirstPlayerGetPoint(); } }