The GUI user functions are now going straight to the back end rather than through the prompt.
The GUI user functions were previously passing through the prompt UI user functions for argument
checking, which then passed on to the back end. Now the prompt is bypassed, and the back end is
being directly called. This should speed up the user functions, and specifically the GUI tests.