public Section(Keywords w, int s, Dictionary<Link, int> dic) { words = w; section = s; links = dic; }