public async Task <IEnumerable <Roulette> > GetAllRoulettesAsync()
 {
     return(await _repository.GetAllRoulettesAsync());
 }