public SeatDTO AddSpeedSeat(int theaterId, int projectionId, [FromBody] Seat seat)
 {
     return(_seatService.AddSpeedSeat(projectionId, seat));
 }