public void stopObserving(String user, int tid) {
   serverCon.stopObserving(user, tid);
 }