public function classify_room_add()
 {
     $_POST['token'] = session('token');
     $treturn_func = 'classify_room';
     parent::classify_add($this->module, $this->type, $treturn_func);
     $this->display();
 }