public static UserQADAO getInstance() { if (userQADAO == null) { userQADAO = new UserQADAO(); } return(userQADAO); }