public NationalParksController(INationalParkRepsitory npRepo, IMapper mapper) { _npRepo = npRepo; _mapper = mapper; }