public function captcha_image()
 {
     $this->disableCache();
     App::import('Vendor', 'captcha/captcha');
     $captcha = new captcha();
     $captcha->show_captcha();
 }