/// <summary>
 /// Create a new bvc_RolePermission object.
 /// </summary>
 /// <param name="bvin">Initial value of the bvin property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="systemPermission">Initial value of the SystemPermission property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 public static bvc_RolePermission Createbvc_RolePermission(global::System.String bvin, global::System.String name, global::System.Int32 systemPermission, global::System.DateTime lastUpdated)
 {
     bvc_RolePermission bvc_RolePermission = new bvc_RolePermission();
     bvc_RolePermission.bvin = bvin;
     bvc_RolePermission.Name = name;
     bvc_RolePermission.SystemPermission = systemPermission;
     bvc_RolePermission.LastUpdated = lastUpdated;
     return bvc_RolePermission;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_RolePermission EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_RolePermission(bvc_RolePermission bvc_RolePermission)
 {
     base.AddObject("bvc_RolePermission", bvc_RolePermission);
 }