void initUDP()
 {
     udpClient = new UDPClient(true);
     udpClient.Initiate(ConnectionData.selectedIP, ConnectionData.portOutUDP);
 }