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