/// <summary>
 /// Create a new GenreFilmIndex object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="genreID">Initial value of the GenreID property.</param>
 /// <param name="filmID">Initial value of the FilmID property.</param>
 public static GenreFilmIndex CreateGenreFilmIndex(global::System.Int32 id, global::System.Int32 genreID, global::System.Int32 filmID)
 {
     GenreFilmIndex genreFilmIndex = new GenreFilmIndex();
     genreFilmIndex.ID = id;
     genreFilmIndex.GenreID = genreID;
     genreFilmIndex.FilmID = filmID;
     return genreFilmIndex;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the GenreFilmIndexes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGenreFilmIndexes(GenreFilmIndex genreFilmIndex)
 {
     base.AddObject("GenreFilmIndexes", genreFilmIndex);
 }