private function check()
 {
     $user = user::getInstance();
     include './models/wordbox.class.php';
     $wordbox = new wordbox();
     $wordbox->read($this->wordboxid = 9);
     return false;
 }