/// <summary>
 /// Create a new GroupTag object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="userId">Initial value of the UserId property.</param>
 /// <param name="groupId">Initial value of the GroupId property.</param>
 /// <param name="tag">Initial value of the Tag property.</param>
 public static GroupTag CreateGroupTag(global::System.Int32 id, global::System.Int32 userId, global::System.Int32 groupId, global::System.String tag)
 {
     GroupTag groupTag = new GroupTag();
     groupTag.Id = id;
     groupTag.UserId = userId;
     groupTag.GroupId = groupId;
     groupTag.Tag = tag;
     return groupTag;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the GroupTags EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGroupTags(GroupTag groupTag)
 {
     base.AddObject("GroupTags", groupTag);
 }