public static function sai_mod__SYSTEM_SAI_saimod_sys_files_action_del($cat, $id)
 {
     if (!\SYSTEM\FILES\files::delete($cat, $id)) {
         throw new \SYSTEM\LOG\ERROR("delete problem");
     }
     return \SYSTEM\LOG\JsonResult::ok();
 }