/// <summary>
 /// Deprecated Method for adding a new object to the BlanksQuestions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToBlanksQuestions(BlanksQuestion blanksQuestion)
 {
     base.AddObject("BlanksQuestions", blanksQuestion);
 }
 /// <summary>
 /// Create a new BlanksQuestion object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static BlanksQuestion CreateBlanksQuestion(global::System.Int32 id)
 {
     BlanksQuestion blanksQuestion = new BlanksQuestion();
     blanksQuestion.ID = id;
     return blanksQuestion;
 }
 public static bool Add(BlanksQuestion obj)
 {
     return dao.Add(obj);
 }