public async Task <IActionResult> Get()
 {
     return(await _nhomQuyenService.GetAllAsync());
 }