public Landmark GetLandmarkById(int id)
 {
     return(_landmarkRepository.GetLandmarkById(id));
 }