Refactored the whichmodel() method. It is now called choose_global_model().
The following have changed:
The method has been renamed and shifted up.
The arg has been turned into a keyword arg and has been renamed.
A docstring has been made from the old comments.
Comments have been added.
The selection is now taken out of the dialog namespace (bug fix).