public List <Location> RetrieveByTag(int locationTag) { LocationDAO dao = new LocationDAO(); return(dao.ByTagLocation(locationTag)); }