public function checkCcmLocationUpdateAction()
 {
     $this->_helper->layout->disableLayout();
     $form_values = $this->_request->getPost();
     $location = new Model_Locations();
     $location->form_values = $form_values;
     $result = $location->checkCcmLocationIdUpdate();
     $this->view->result = $result;
 }