public void Constructor(IBuilder builder)
 {
     builder.BuildProductA();
     builder.BuildProductB();
     builder.BuildProductB();
 }