protected function set404($c404 = null)
 {
     $this->c404 = $c404 != null ? $c404 : $this->c404;
     parent::setResult(false, "");
 }