ChequeController chequeController = new ChequeController(bundle, getValorTotal());
if (chequeController.isParemeterValid()) {
addConcluirButton();
}
} else {
CartaoController cartaoController = new CartaoController(bundle, getValorTotal());
if (cartaoController.isParameterValid()) {
addConcluirButton();
}
}
}