/// <summary>
 /// Deprecated Method for adding a new object to the t_ShortTermQuestions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTot_ShortTermQuestions(t_ShortTermQuestions t_ShortTermQuestions)
 {
     base.AddObject("t_ShortTermQuestions", t_ShortTermQuestions);
 }
 /// <summary>
 /// Create a new t_ShortTermQuestions object.
 /// </summary>
 /// <param name="shortTermQuestionsId">Initial value of the ShortTermQuestionsId property.</param>
 /// <param name="shortTermQuizId">Initial value of the ShortTermQuizId property.</param>
 /// <param name="shortTermQuestion">Initial value of the ShortTermQuestion property.</param>
 public static t_ShortTermQuestions Createt_ShortTermQuestions(global::System.Int32 shortTermQuestionsId, global::System.Int32 shortTermQuizId, global::System.String shortTermQuestion)
 {
     t_ShortTermQuestions t_ShortTermQuestions = new t_ShortTermQuestions();
     t_ShortTermQuestions.ShortTermQuestionsId = shortTermQuestionsId;
     t_ShortTermQuestions.ShortTermQuizId = shortTermQuizId;
     t_ShortTermQuestions.ShortTermQuestion = shortTermQuestion;
     return t_ShortTermQuestions;
 }