public async Task <bool> CheckWayPointExists(int routeId, int waypointIndex)
 {
     return(await _tourRepository.CheckWayPointExists(routeId, waypointIndex));
 }