internal ComboBoxItemInsertEventArgs(string text, ComboBoxItemInsertLocation location)
 {
     _listItem       = new ListItem(text);
     _insertLocation = location;
 }
 internal ComboBoxItemInsertEventArgs(string text, ComboBoxItemInsertLocation location) {
     _listItem = new ListItem(text);
     _insertLocation = location;
 }