public int GetPostCountById(string accid) { ProfileDAO DAO = new ProfileDAO(); return(DAO.CountQuestionsById(accid)); }