public async Task <bool> BatchDeleteByName(string name)
 {
     return(await _permissionRepository.BatchDeleteByName(name));
 }