public async Task <IActionResult> GetAllSights() { return(Ok(await _sightRepository.GetAllSights())); }