/// <summary>
 /// Deprecated Method for adding a new object to the staOperationServices EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTostaOperationServices(staOperationServices staOperationServices)
 {
     base.AddObject("staOperationServices", staOperationServices);
 }
 /// <summary>
 /// Create a new staOperationServices object.
 /// </summary>
 /// <param name="operationID">Initial value of the operationID property.</param>
 /// <param name="serviceID">Initial value of the serviceID property.</param>
 public static staOperationServices CreatestaOperationServices(global::System.Byte operationID, global::System.Int32 serviceID)
 {
     staOperationServices staOperationServices = new staOperationServices();
     staOperationServices.operationID = operationID;
     staOperationServices.serviceID = serviceID;
     return staOperationServices;
 }