MessageBox.Show("Total Monies Taken is €" + TotalMoniesTaken + Environment.NewLine +
"Total Number of Bookings = " + TotalGuests + Environment.NewLine +
"Total Lunch Bookings = " + TotalLunchBookings + Environment.NewLine +
"Total Early Bookings = " + TotalEarlyBookings + Environment.NewLine +
"Total Late Bookings = " + TotalLateBookings + Environment.NewLine +
"Total Corner Tables = " + TotalCornerTables + Environment.NewLine +
"Total Waiters = " + TotalWaiters);