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