public void handChanged(boolean right) {
   ui.setHand(right);
   game.sendHand(right);
 }