/// <summary>
 /// Deprecated Method for adding a new object to the FILMPAYS EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToFILMPAYS(FILMPAY fILMPAY)
 {
     base.AddObject("FILMPAYS", fILMPAY);
 }
 /// <summary>
 /// Create a new FILMPAY object.
 /// </summary>
 /// <param name="iDFILMPAYS">Initial value of the IDFILMPAYS property.</param>
 public static FILMPAY CreateFILMPAY(global::System.Decimal iDFILMPAYS)
 {
     FILMPAY fILMPAY = new FILMPAY();
     fILMPAY.IDFILMPAYS = iDFILMPAYS;
     return fILMPAY;
 }