function deletecontactAction()
 {
     $del = new Admin_Model_System();
     $id = $this->_request->getParam('id');
     $del->delete_contact($id);
     trang_truoc();
 }