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