/// <summary>
 /// Deprecated Method for adding a new object to the RackStatus EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToRackStatus(RackStatu rackStatu)
 {
     base.AddObject("RackStatus", rackStatu);
 }
 /// <summary>
 /// Create a new RackStatu object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static RackStatu CreateRackStatu(global::System.Int32 id)
 {
     RackStatu rackStatu = new RackStatu();
     rackStatu.ID = id;
     return rackStatu;
 }