/** * @return */ public DataTable XemTheLoai() { // TODO implement here try { dataTable = theLoaiDAO.XemTheLoai(); } catch (Exception ex) { throw ex; } return(dataTable); }