public void ProcessarPagamento()
        {
            SistemaPagamento sistemaPagamento = new PayPall();

            sistemaPagamento.RegistrarPagamento(this);
        }
 public void ProcessarPagamento()
 {
     SistemaPagamento sistemaPagamento = new PayPall();
     sistemaPagamento.RegistrarPagamento(this);
 }