public IQueryable <Landmark> GetUserVisitedLandmarks(string id)
 {
     return(_landmarkRepository.GetUserVisitedLandmarks(id));
 }