public DataTable ThongTinThread(int iThread) { ThreadDAO tdao = new ThreadDAO(); return(tdao.ThongTinThread(iThread)); }