public int GetReservationID(int tableID) { try { return(Table_DAO.GetReservationID(tableID)); } catch (Exception e) { return(999); } }