function commentDeleted($eventData, $addData)
 {
     $result = DbSpice::deleteCommentSpice($addData['cid']);
 }