public function index()
 {
     $slideshow = Slideshow::find_all("", "created_at ASC");
     $this->assign("slideshow", $slideshow);
     $this->title = "Slideshow";
     $this->render("slideshow/index.tpl");
 }