public async Task <Run> GetTrainSeats(int runId) { return(await _seatsRepository.GetTrainSeats(runId)); }