private static ConnectionEditorForm.NamedArrayList UpdateDropDownList(
     ConnectionEditorForm.NamedArrayList array, string str)
 {
     return(ConnectionEditorForm.UpdateDropDownList(array, str));
 }
        }          // LoadDropDownValues

        private static ConnectionEditorForm.NamedArrayList UpdateDropDownList(
            ConnectionEditorForm.NamedArrayList array, Control ctrl)
        {
            return(UpdateDropDownList(array, ctrl.Text));
        }