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