public async Task DeleteTicketItem(int PredictionId)
 {
     await betRepository.DeleteTicketItem(GetUserId(), PredictionId);
 }