public void Guest(string hostIP)
 {
     h = null;
     g = new GuestNetwork(username);
     g.ConnectToHost(hostIP);
 }