public async Task <IEnumerable <Tournament> > GetByLocation(string location)
 {
     return(await _tournamentService.GetByLocation(location));
 }