public List <Location> RetrieveALocation(int locId) { LocationDAO dao = new LocationDAO(); return(dao.ByALocation(locId)); }