public DataTable GetPersons(int id) { try { GuestDAO guestDAO = new GuestDAO(); return(guestDAO.Read(id)); } catch { throw; } }