/// <summary>
 /// Deprecated Method for adding a new object to the GENRE EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGENRE(GENRE gENRE)
 {
     base.AddObject("GENRE", gENRE);
 }
 /// <summary>
 /// Create a new GENRE object.
 /// </summary>
 /// <param name="gENREID">Initial value of the GENREID property.</param>
 public static GENRE CreateGENRE(global::System.Decimal gENREID)
 {
     GENRE gENRE = new GENRE();
     gENRE.GENREID = gENREID;
     return gENRE;
 }