public ClientThread(ServerGUI gui, List <TcpClient> tcpList)
 {
     this.gui     = gui;
     this.listTcp = tcpList;
 }
 public ClientThread(ServerGUI gui)
 {
     this.gui = gui;
 }