/// <summary> /// Hiển thị tất cả thông tin sinh viên /// </summary> public static DataTable GetAll() { return(NhanVienDAO.GetAll()); }