public DataTable GetAll() { try { return(tinhTrangDAO.SelectAll()); } catch (Exception e) { throw e; } }