public IActionResult Insert([FromBody] Seat seat) { return(Ok(db.CreateSeat(seat.Id, seat.Row, seat.Number, seat.AuditoriumId))); }