/**
  * @desc Delete all comments module
  * @param string $module_id the module identifier
  */
 public static function delete_comments_module($module_id)
 {
     try {
         CommentsManager::delete_comments_module($module_id);
     } catch (RowNotFoundException $e) {
     }
 }