function addError($string)
 {
     $this->WebSession->appendArray("flashError", $string);
 }