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