public void CreatePointOfInterest(PointOfInterest point) { _repository.CreatePointOfInterest(point); }