public bool IsConnected()
 {
     return(clientSocket.IsConnected());
 }