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