/// <summary>
 /// Deprecated Method for adding a new object to the NewH_AC EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToNewH_AC(NewH_AC newH_AC)
 {
     base.AddObject("NewH_AC", newH_AC);
 }
 /// <summary>
 /// Create a new NewH_AC object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="aId">Initial value of the AId property.</param>
 /// <param name="cId">Initial value of the CId property.</param>
 /// <param name="timestamp">Initial value of the Timestamp property.</param>
 public static NewH_AC CreateNewH_AC(global::System.Int32 id, global::System.Int32 aId, global::System.Int32 cId, global::System.DateTime timestamp)
 {
     NewH_AC newH_AC = new NewH_AC();
     newH_AC.Id = id;
     newH_AC.AId = aId;
     newH_AC.CId = cId;
     newH_AC.Timestamp = timestamp;
     return newH_AC;
 }