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