/// <summary>
 /// Deprecated Method for adding a new object to the serviceStates EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToserviceStates(serviceState serviceState)
 {
     base.AddObject("serviceStates", serviceState);
 }
 /// <summary>
 /// Create a new serviceState object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="entryID">Initial value of the entryID property.</param>
 public static serviceState CreateserviceState(global::System.Int64 id, global::System.Int64 entryID)
 {
     serviceState serviceState = new serviceState();
     serviceState.id = id;
     serviceState.entryID = entryID;
     return serviceState;
 }