public Task <Batch> GetBatch(int batchId)
 {
     return(_batchService.GetBatchAsync(batchId));
 }