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