In the SeatManager class, the total row/col fields should not be declared as static.

Also, move the following assignment lines inside the class constructor. You want to declare them inside the...