public static ProductMasterColorTranslation CreateProductMasterColorTranslation(string productMasterNumber, string productMasterColorId, string languageId, global::Microsoft.Dynamics.DataEntities.ProductMasterColor productMasterColor)
        {
            ProductMasterColorTranslation productMasterColorTranslation = new ProductMasterColorTranslation();

            productMasterColorTranslation.ProductMasterNumber  = productMasterNumber;
            productMasterColorTranslation.ProductMasterColorId = productMasterColorId;
            productMasterColorTranslation.LanguageId           = languageId;
            if ((productMasterColor == null))
            {
                throw new global::System.ArgumentNullException("productMasterColor");
            }
            productMasterColorTranslation.ProductMasterColor = productMasterColor;
            return(productMasterColorTranslation);
        }
 partial void OnProductMasterColorChanging(global::Microsoft.Dynamics.DataEntities.ProductMasterColor value);