public function getDistrictListAction()
 {
     $province = $this->_request->getParam('province', '');
     $geoModel = new Model_Geo();
     $return = $geoModel->getDistrictList($province);
     echo $return;
 }