/** Game playing methods * */
 public void getTblStatus(String user, int tid) {
   serverCon.getTblStatus(user, tid);
 }