/// <summary>
 /// Create a new PollUsers object.
 /// </summary>
 /// <param name="pollGuid">Initial value of the PollGuid property.</param>
 /// <param name="userGuid">Initial value of the UserGuid property.</param>
 /// <param name="optionGuid">Initial value of the OptionGuid property.</param>
 public static PollUsers CreatePollUsers(global::System.Guid pollGuid, global::System.Guid userGuid, global::System.Guid optionGuid)
 {
     PollUsers pollUsers = new PollUsers();
     pollUsers.PollGuid = pollGuid;
     pollUsers.UserGuid = userGuid;
     pollUsers.OptionGuid = optionGuid;
     return pollUsers;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the PollUsers EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPollUsers(PollUsers pollUsers)
 {
     base.AddObject("PollUsers", pollUsers);
 }