public static DataTable LayTenUser() { try { TaiKhoan dao = new TaiKhoan(); return(dao.LoadUser()); } catch (SqlException ex) { throw ex; } }