/// <summary>
 /// Deprecated Method for adding a new object to the GroupPollsChoices EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGroupPollsChoices(GroupPollsChoices groupPollsChoices)
 {
     base.AddObject("GroupPollsChoices", groupPollsChoices);
 }
 /// <summary>
 /// Create a new GroupPollsChoices object.
 /// </summary>
 /// <param name="gpc_id">Initial value of the gpc_id property.</param>
 /// <param name="gt_id">Initial value of the gt_id property.</param>
 /// <param name="gpc_answer">Initial value of the gpc_answer property.</param>
 public static GroupPollsChoices CreateGroupPollsChoices(global::System.Int32 gpc_id, global::System.Int32 gt_id, global::System.String gpc_answer)
 {
     GroupPollsChoices groupPollsChoices = new GroupPollsChoices();
     groupPollsChoices.gpc_id = gpc_id;
     groupPollsChoices.gt_id = gt_id;
     groupPollsChoices.gpc_answer = gpc_answer;
     return groupPollsChoices;
 }