/// <summary>
 /// Deprecated Method for adding a new object to the ANSWER_SHORT EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToANSWER_SHORT(ANSWER_SHORT aNSWER_SHORT)
 {
     base.AddObject("ANSWER_SHORT", aNSWER_SHORT);
 }
 /// <summary>
 /// Create a new ANSWER_SHORT object.
 /// </summary>
 /// <param name="answer_short_id">Initial value of the answer_short_id property.</param>
 /// <param name="answer_id">Initial value of the answer_id property.</param>
 /// <param name="survey_request_sent_id">Initial value of the survey_request_sent_id property.</param>
 public static ANSWER_SHORT CreateANSWER_SHORT(global::System.Int32 answer_short_id, global::System.Int32 answer_id, global::System.Int32 survey_request_sent_id)
 {
     ANSWER_SHORT aNSWER_SHORT = new ANSWER_SHORT();
     aNSWER_SHORT.answer_short_id = answer_short_id;
     aNSWER_SHORT.answer_id = answer_id;
     aNSWER_SHORT.survey_request_sent_id = survey_request_sent_id;
     return aNSWER_SHORT;
 }