public async Task Reopen(string id)
 {
     await _mandatoryListAppService.Reopen(Util.Decrypt(id));
 }