public function renderDeleted()
 {
     $this->template->addons = $this->addons->findDeleted();
 }