public void IncreaseVisits(int id)
 {
     _landmarkRepository.IncreaseVisits(id);
 }