public function update()
 {
     if ($this->_isAllowed()) {
         try {
             $u = new Location_Persist_Dao_CityRegion();
             return $u->save($this->_region);
         } catch (Exception $e) {
             throw $e;
         }
     }
 }