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