/// <summary>
 /// Create a new T_Operation object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 public static T_Operation CreateT_Operation(global::System.Int32 id)
 {
     T_Operation t_Operation = new T_Operation();
     t_Operation.Id = id;
     return t_Operation;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the T_Operation EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToT_Operation(T_Operation t_Operation)
 {
     base.AddObject("T_Operation", t_Operation);
 }
 public ActionResult Modify(T_Operation operation)
 {
     opService.Update(operation);
     return MyJson(operation);
 }