public async Task <IActionResult> Index(string id) { return(View(await _seatsRepository.GetSeats(id))); }