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