public CervejaBuilder()
 {
     bebida = new Bebida("Therezopolis");
 }
 public RefrigeranteBuilder()
 {
     bebida = new Bebida("Coca-Cola");
 }