function action_delete($_)
 {
     $marantz = new MarantzCmd();
     $marantz->delete(array('id' => $_['id']));
     header('location:setting.php?section=' . $this->section . '&block=cmd');
 }