public RTPRobotCommunicator()
 {
     _thread = new CommunicationThread(this);
     _thread.Start();
 }
 public RemoteRobotCommunicator()
 {
     _thread = new CommunicationThread (this);
     _thread.Start ();
 }