public int LandmarksCount()
 {
     return(_landmarkRepository.GetCount());
 }