/// <summary>
 /// Deprecated Method for adding a new object to the NewSimRequests EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToNewSimRequests(NewSimRequest newSimRequest)
 {
     base.AddObject("NewSimRequests", newSimRequest);
 }
 /// <summary>
 /// Create a new NewSimRequest object.
 /// </summary>
 /// <param name="requestid">Initial value of the requestid property.</param>
 /// <param name="simNo">Initial value of the SimNo property.</param>
 public static NewSimRequest CreateNewSimRequest(global::System.Int64 requestid, global::System.String simNo)
 {
     NewSimRequest newSimRequest = new NewSimRequest();
     newSimRequest.requestid = requestid;
     newSimRequest.SimNo = simNo;
     return newSimRequest;
 }