/// <summary>
 /// Deprecated Method for adding a new object to the ProductRUOwnershipTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToProductRUOwnershipTypes(ProductRUOwnershipType productRUOwnershipType)
 {
     base.AddObject("ProductRUOwnershipTypes", productRUOwnershipType);
 }
 /// <summary>
 /// Create a new ProductRUOwnershipType object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static ProductRUOwnershipType CreateProductRUOwnershipType(global::System.Int32 id)
 {
     ProductRUOwnershipType productRUOwnershipType = new ProductRUOwnershipType();
     productRUOwnershipType.ID = id;
     return productRUOwnershipType;
 }