//add Suggestion s to memory public void addSuggestion(Suggestion s) { dictionary.Add(s.getID(), s); }