/** * @return */ public DataTable XemDocGia() { try { dataTable = docGiaDAO.XemDocGia(); } catch (Exception ex) { throw ex; } return(dataTable); }