public IActionResult List([FromBody] SeatReserved seatReserved)
 {
     return(Json(db.GetSeatReserved(seatReserved.Id)));
 }