public function formUpdate($queryString)
 {
     $thread = Thread::threadById($queryString);
     require_once ROOT . DS . 'application' . DS . 'view' . DS . 'update.php';
 }