/// <summary>
 /// Create a new GroupZipCodeTag 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="zipCode">Initial value of the ZipCode property.</param>
 public static GroupZipCodeTag CreateGroupZipCodeTag(global::System.Int32 id, global::System.Int32 userId, global::System.Int32 groupId, global::System.Int32 zipCode)
 {
     GroupZipCodeTag groupZipCodeTag = new GroupZipCodeTag();
     groupZipCodeTag.Id = id;
     groupZipCodeTag.UserId = userId;
     groupZipCodeTag.GroupId = groupId;
     groupZipCodeTag.ZipCode = zipCode;
     return groupZipCodeTag;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the GroupZipCodeTags EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGroupZipCodeTags(GroupZipCodeTag groupZipCodeTag)
 {
     base.AddObject("GroupZipCodeTags", groupZipCodeTag);
 }