public async Task <List <Batch> > GetBatches(int page = 1) { return(await _batchService.GetBatchesAsync(page)); }