public async Task <MandatoryListViewModel> Find(string id)
 {
     return(await _mandatoryListAppService.Find(Util.Decrypt(id)));
 }