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