public async Task <IActionResult> Delete([FromBody] List <dynamic> Ids)
 {
     return(await _nhomQuyenService.DeleteByIdAsync(Ids));
 }