public Product Direct(Builder builder) { builder.BuildPart1(); builder.BuildPart2(); return(builder.ShowProduct()); }