public bool IsQuestionOnTest(int QuestionID, int TestID) { return(apTestData.IsQuestionOnTest(QuestionID, TestID)); }