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