/// <summary>
 /// Create a new TB_STATUS object.
 /// </summary>
 /// <param name="iD_STATUS">Initial value of the ID_STATUS property.</param>
 /// <param name="nM_STATUS">Initial value of the NM_STATUS property.</param>
 public static TB_STATUS CreateTB_STATUS(global::System.Int32 iD_STATUS, global::System.String nM_STATUS)
 {
     TB_STATUS tB_STATUS = new TB_STATUS();
     tB_STATUS.ID_STATUS = iD_STATUS;
     tB_STATUS.NM_STATUS = nM_STATUS;
     return tB_STATUS;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the TB_STATUS EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTB_STATUS(TB_STATUS tB_STATUS)
 {
     base.AddObject("TB_STATUS", tB_STATUS);
 }