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