public IEnumerable <Winner> GetWinners(string drawId)
 {
     return(_winnerRepository.GetByDrawId(drawId));
 }