/// <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);
 }
 /// <summary>
 /// Create a new QUESTION object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static QUESTION CreateQUESTION(global::System.Int32 id)
 {
     QUESTION qUESTION = new QUESTION();
     qUESTION.ID = id;
     return qUESTION;
 }