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