/**
  * @param $id
  * @return mixed
  */
 private function _deleteComment($id)
 {
     return Comment::deleteAll(['id' => $id]);
 }