/// <summary>
        ///		Creates a new instance of a Product_Service_Images.
        /// </summary>
        /// <returns>The new Product_Service_Images instance. </returns>
        public static Entities.Product_Service_Images Factory()
        {
            OnCreating();
            Entities.Product_Service_Images product_Service_Images = new Entities.Product_Service_Images();
            OnCreated(product_Service_Images);

            return(product_Service_Images);
        }
 //	This partial method gives us a way to access an object after it has been added to the system.
 static partial void OnCreated(Entities.Product_Service_Images product_Service_Images);