public IActionResult Reserve(string car, string coupe)
 {
     return(View(seatService.GetReservationInfo(car, coupe)));
 }