public Pedido(FormPagamento f) { forma = f; }
//Construtor public Pedido(FormPagamento formaPagamento) { this._forma = formaPagamento; }