public DataTable GetImagesToLV(string threadId) { ThreadDAO dao = new ThreadDAO(); return(dao.GetImagesToLV(threadId)); }