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