public async Task <List <Batch> > SearchBatch(string key)
 {
     return(await _batchService.SearchBatch(key));
 }