public DataTable LayDanhSach(int iThread)
 {
     ReplyThreadDAO rtbus = new ReplyThreadDAO();
     return rtbus.LayDanhSach(iThread);
 }