public function infoAction()
 {
     $this->view->Title = 'Chuyên mục :: Quản lý hình ảnh :: Chi tiết';
     $this->view->headTitle($this->view->Title, true);
     $tblItem = new Donga_Model_Album();
     $this->view->item = $tblItem->getItem($this->_arrParams, array('task' => 'admin-info'));
 }