/// <summary>
 /// Create a new Question object.
 /// </summary>
 /// <param name="qId">Initial value of the QId property.</param>
 public static Question CreateQuestion(global::System.Int64 qId)
 {
     Question question = new Question();
     question.QId = qId;
     return question;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Questions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToQuestions(Question question)
 {
     base.AddObject("Questions", question);
 }