public async Task <PermissionTypeDTO> Get(int id)
 {
     return(await _PermissionTypeService.GetPermissionTypeAsync(id));
 }