private int GetCurrentRoundId()
 {
     return(roundRepository.GetCurrentRoundId());
 }