/// <summary>
 /// Deprecated Method for adding a new object to the PollAnswers EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPollAnswers(PollAnswers pollAnswers)
 {
     base.AddObject("PollAnswers", pollAnswers);
 }
 /// <summary>
 /// Create a new PollAnswers object.
 /// </summary>
 /// <param name="p_id">Initial value of the p_id property.</param>
 /// <param name="u_username">Initial value of the u_username property.</param>
 /// <param name="pc_id">Initial value of the pc_id property.</param>
 public static PollAnswers CreatePollAnswers(global::System.Int32 p_id, global::System.String u_username, global::System.Int32 pc_id)
 {
     PollAnswers pollAnswers = new PollAnswers();
     pollAnswers.p_id = p_id;
     pollAnswers.u_username = u_username;
     pollAnswers.pc_id = pc_id;
     return pollAnswers;
 }