/// <summary>
 /// Deprecated Method for adding a new object to the Statys EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToStatys(Statys statys)
 {
     base.AddObject("Statys", statys);
 }
 /// <summary>
 /// Create a new Statys object.
 /// </summary>
 /// <param name="statusID">Initial value of the StatusID property.</param>
 /// <param name="status">Initial value of the Status property.</param>
 public static Statys CreateStatys(global::System.Int32 statusID, global::System.String status)
 {
     Statys statys = new Statys();
     statys.StatusID = statusID;
     statys.Status = status;
     return statys;
 }