public Registration(Competition d2, int nRegisteredBoards) { _division = d2; foreach (var match in d2.GetMatches().OrderBy(mc => mc.Date)) { Add(match, false, nRegisteredBoards); Add(match, true, nRegisteredBoards); } }