/**
  * Returns capcha image.
  */
 public function getCaptcha()
 {
     $this->securimage->show();
 }