public static TagQuestionDAO Instance() { if (instance == null) { instance = new TagQuestionDAO(); } return(instance); }