public static ProductMasterSizeTranslation CreateProductMasterSizeTranslation(string productMasterNumber, string productMasterSizeId, string languageId, global::Microsoft.Dynamics.DataEntities.ProductMasterSize productMasterSize)
        {
            ProductMasterSizeTranslation productMasterSizeTranslation = new ProductMasterSizeTranslation();

            productMasterSizeTranslation.ProductMasterNumber = productMasterNumber;
            productMasterSizeTranslation.ProductMasterSizeId = productMasterSizeId;
            productMasterSizeTranslation.LanguageId          = languageId;
            if ((productMasterSize == null))
            {
                throw new global::System.ArgumentNullException("productMasterSize");
            }
            productMasterSizeTranslation.ProductMasterSize = productMasterSize;
            return(productMasterSizeTranslation);
        }
 partial void OnProductMasterSizeChanging(global::Microsoft.Dynamics.DataEntities.ProductMasterSize value);