request.set("chegada", chegada);
request.set("assentoLivre", assentoLivre);
request.set("preco", preco);
Voo voo = new VooCreate(request).createInstance();
vooDAO.criar(voo);
request = new RequestParamWrapper();
request.set("status", Status.DISPONIVEL);