/// <summary>
 /// Deprecated Method for adding a new object to the FILMGENREs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToFILMGENREs(FILMGENRE fILMGENRE)
 {
     base.AddObject("FILMGENREs", fILMGENRE);
 }
 /// <summary>
 /// Create a new FILMGENRE object.
 /// </summary>
 /// <param name="iDFILMGENRE">Initial value of the IDFILMGENRE property.</param>
 public static FILMGENRE CreateFILMGENRE(global::System.Decimal iDFILMGENRE)
 {
     FILMGENRE fILMGENRE = new FILMGENRE();
     fILMGENRE.IDFILMGENRE = iDFILMGENRE;
     return fILMGENRE;
 }