public function historyreoccurAction()
 {
     $msg = new Application_Model_Message();
     $this->view->campaigns = $msg->campaignHistory($this->user->getId());
 }