public ClothController()
 {
     this._cloth = new ClothProductsBO();
 }
 public ClothController(IClothProductsBO _cloth)
 {
     this._cloth = _cloth;
 }