public static DataSet GetAllSTD_ComprehensionQuestions()
 {
     DataSet sTD_ComprehensionQuestions = new DataSet();
     SqlSTD_ComprehensionQuestionProvider sqlSTD_ComprehensionQuestionProvider = new SqlSTD_ComprehensionQuestionProvider();
     sTD_ComprehensionQuestions = sqlSTD_ComprehensionQuestionProvider.GetAllSTD_ComprehensionQuestions();
     return sTD_ComprehensionQuestions;
 }