/// <summary>
 /// Create a new AskAboutQuestions object.
 /// </summary>
 /// <param name="q_id">Initial value of the q_id property.</param>
 /// <param name="q_name">Initial value of the q_name property.</param>
 /// <param name="q_active">Initial value of the q_active property.</param>
 /// <param name="q_order">Initial value of the q_order property.</param>
 /// <param name="q_display">Initial value of the q_display property.</param>
 public static AskAboutQuestions CreateAskAboutQuestions(global::System.Int32 q_id, global::System.String q_name, global::System.Boolean q_active, global::System.Int32 q_order, global::System.String q_display)
 {
     AskAboutQuestions askAboutQuestions = new AskAboutQuestions();
     askAboutQuestions.q_id = q_id;
     askAboutQuestions.q_name = q_name;
     askAboutQuestions.q_active = q_active;
     askAboutQuestions.q_order = q_order;
     askAboutQuestions.q_display = q_display;
     return askAboutQuestions;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the AskAboutQuestions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAskAboutQuestions(AskAboutQuestions askAboutQuestions)
 {
     base.AddObject("AskAboutQuestions", askAboutQuestions);
 }