/**
  * @see Action::executed()
  */
 public function executed()
 {
     parent::executed();
     header('Location: ../galaxy.php?g=' . $this->galaxy . '&s=' . $this->system);
     exit;
 }