/// <summary>
 /// Deprecated Method for adding a new object to the PAYS EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPAYS(PAY pAY)
 {
     base.AddObject("PAYS", pAY);
 }
 /// <summary>
 /// Create a new PAY object.
 /// </summary>
 /// <param name="iDPAYS">Initial value of the IDPAYS property.</param>
 /// <param name="nOM">Initial value of the NOM property.</param>
 public static PAY CreatePAY(global::System.Decimal iDPAYS, global::System.String nOM)
 {
     PAY pAY = new PAY();
     pAY.IDPAYS = iDPAYS;
     pAY.NOM = nOM;
     return pAY;
 }