public async Task <IEnumerable <PermissionTypeDTO> > Get()
 {
     return(await _PermissionTypeService.ListAllPermissionTypeAsync());
 }