public function render()
 {
     header("Location: " . $this->redirectUrl);
     parent::render();
 }