void btnFlag_Click(object sender, EventArgs e)
 {
     txtFlag.Text = CountryAdministrator.ShowFlagSelectDialog(txtFlag.Text);
 }