/// <summary>
 /// Deprecated Method for adding a new object to the Votes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToVotes(Vote vote)
 {
     base.AddObject("Votes", vote);
 }
 /// <summary>
 /// Create a new Vote object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 public static Vote CreateVote(global::System.Int32 id)
 {
     Vote vote = new Vote();
     vote.Id = id;
     return vote;
 }