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