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