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