public IProductCloth CreateProductCloth()
 {
     cloth = new Pants();
     return cloth;
 }
 public IProductCloth CreateProductCloth()
 {
     cloth = new TShirt();
     return cloth;
 }