public List <UserCodeAwardModel> GetAllWinners()
 {
     return(lotteryManager.GetWinnersList());
 }