//***Commit the changes to the database public bool FinalizeChanges(Reservation res) { //***call the EmployeeDB method that will commit the changes to the database return(reservationDB.UpdateDataSource(res)); }