PokerAction act = (PokerAction) action;
PokerController pc = (PokerController) controller_;
String msg = null;
int callAmount = pc.getCurrentMaxContribution() - p.getContribution();
PokerRound round = pc.getRound();
switch (act.getActionName()) {
case FOLD :
p.setFold(true);
msg = p.getName() + " folded.";