/// <summary>
 /// Deprecated Method for adding a new object to the PERSONNESFILMs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPERSONNESFILMs(PERSONNESFILM pERSONNESFILM)
 {
     base.AddObject("PERSONNESFILMs", pERSONNESFILM);
 }
 /// <summary>
 /// Create a new PERSONNESFILM object.
 /// </summary>
 /// <param name="iDPERSONNEFILM">Initial value of the IDPERSONNEFILM property.</param>
 /// <param name="nOM">Initial value of the NOM property.</param>
 /// <param name="pRENOM">Initial value of the PRENOM property.</param>
 /// <param name="lIEUDENAISSANCE">Initial value of the LIEUDENAISSANCE property.</param>
 public static PERSONNESFILM CreatePERSONNESFILM(global::System.Decimal iDPERSONNEFILM, global::System.String nOM, global::System.String pRENOM, global::System.String lIEUDENAISSANCE)
 {
     PERSONNESFILM pERSONNESFILM = new PERSONNESFILM();
     pERSONNESFILM.IDPERSONNEFILM = iDPERSONNEFILM;
     pERSONNESFILM.NOM = nOM;
     pERSONNESFILM.PRENOM = pRENOM;
     pERSONNESFILM.LIEUDENAISSANCE = lIEUDENAISSANCE;
     return pERSONNESFILM;
 }