public static ProductMasterStyleTranslation CreateProductMasterStyleTranslation(string productMasterNumber, string productMasterStyleId, string languageId, global::Microsoft.Dynamics.DataEntities.ProductMasterStyle productMasterStyle)
        {
            ProductMasterStyleTranslation productMasterStyleTranslation = new ProductMasterStyleTranslation();

            productMasterStyleTranslation.ProductMasterNumber  = productMasterNumber;
            productMasterStyleTranslation.ProductMasterStyleId = productMasterStyleId;
            productMasterStyleTranslation.LanguageId           = languageId;
            if ((productMasterStyle == null))
            {
                throw new global::System.ArgumentNullException("productMasterStyle");
            }
            productMasterStyleTranslation.ProductMasterStyle = productMasterStyle;
            return(productMasterStyleTranslation);
        }
 partial void OnProductMasterStyleChanging(global::Microsoft.Dynamics.DataEntities.ProductMasterStyle value);