void co_Click(object sender, EventArgs e)
 {
     _selectedItem = (ChoiceOption)sender;
     DialogResult = DialogResult.OK;
     Close();
 }
 void co_Click(object sender, EventArgs e)
 {
     _selectedItem = (ChoiceOption)sender;
     DialogResult  = DialogResult.OK;
     Close();
 }