public function send()
 {
     $this->full_view->put('links', $this->links);
     parent::send();
 }