protected void bt_SyncManager_Click(object sender, EventArgs e)
 {
     Addr_OrganizeCityBLL.SyncManager();
     MessageBox.Show(this, "同步结束!");
 }