public AttractionController(IAttractionRepo attractionRepo, IMapper mapper)
 {
     _attractionRepo = attractionRepo;
     _mapper         = mapper;
 }