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