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