/// <summary>
 /// Deprecated Method for adding a new object to the t_ShortTermQuiz EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTot_ShortTermQuiz(t_ShortTermQuiz t_ShortTermQuiz)
 {
     base.AddObject("t_ShortTermQuiz", t_ShortTermQuiz);
 }
 /// <summary>
 /// Create a new t_ShortTermQuiz object.
 /// </summary>
 /// <param name="shortTermQuizId">Initial value of the ShortTermQuizId property.</param>
 /// <param name="questionStatement">Initial value of the QuestionStatement property.</param>
 /// <param name="created">Initial value of the Created property.</param>
 public static t_ShortTermQuiz Createt_ShortTermQuiz(global::System.Int32 shortTermQuizId, global::System.String questionStatement, global::System.DateTime created)
 {
     t_ShortTermQuiz t_ShortTermQuiz = new t_ShortTermQuiz();
     t_ShortTermQuiz.ShortTermQuizId = shortTermQuizId;
     t_ShortTermQuiz.QuestionStatement = questionStatement;
     t_ShortTermQuiz.Created = created;
     return t_ShortTermQuiz;
 }