public void AddBody(EBody body) { this.parts.Add(body); }
public void BuildBody(EBody body) { this.product.AddBody(body); }