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