public static void Init(int port)
 {
     boardcastServer = new Server_UDP(port, BroadcastEventRecived);
 }