public function statusAction()
 {
     $tblItem = new Donga_Model_Album();
     $tblItem->changeStatus($this->_arrParams);
     $this->_redirect($this->_mainAction);
     $this->_helper->viewRenderer->setNoRender();
 }