public function removeCMTAction()
 {
     return Comment::removeCmt($_POST['id']);
 }