public void Adiciona(ITributavel tributavel)
 {
     this.Total += tributavel.calculaTributos();
 }