public void UpdateRatingAttractionById(int id, bool status)
 {
     _repository.UpdateRatingAttractionById(id, status);
 }