public function render()
 {
     $smarty = new \Main\core\Template();
     // $smarty->assign('primer', $this->primer());
     $smarty->display('index.tpl');
 }
 public function render()
 {
     $smarty = new \Main\core\Template();
     $smarty->display('NotFoundPage.tpl');
 }