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