public void QuestionType(int qID)
        {
            Questionaire getQtype = new Questionaire();

            Context.Response.Write(getQtype.QuestionType(qID));
        }