public void Cmd_EndTurn(int discardValue)
 {
     manager.AdvanceTurns(discardValue);
 }