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