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