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