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