public async Task <IEnumerable <ExcursionSight> > GetByTourIdAsync(int tourId)
 {
     return(await _excursionService.GetByTourIdAsync(tourId));
 }