public async Task <QueryResult <MandatoryListIndexViewModel> > Search(MandatoryListSearchViewModel criteria)
 {
     return(await _mandatoryListAppService.Search(criteria));
 }