function updatedateAction()
 {
     $this->_helper->layout()->disableLayout();
     $this->_helper->viewRenderer->setNoRender(true);
     $del = new Admin_Model_Products();
     $id = $this->_request->getParam('id');
     $del->update_date($id);
     thongbao('Tin của bạn đã được làm mới');
     trang_truoc();
 }