public ConcreteBuilderTwo()
 {
     rep = new Representation("ConcreteBuilderTwo");
 }
 public ConcreteBuilderOne()
 {
     rep = new Representation("ConcreteBuilderOne");
 }