/**
* constructs a new user controller and connects to the local customer web service
*/
public UserController() {
_logonCredentials = new LogonCredentials();
try {
_customerWebService = new CustomerServiceImplService(
new URL(String.format("http://%s/ticketmaster/customerservice?wsdl", SystemController.getHost())),