public Resultaat GetResultaat(int id) => Resultaten.SingleOrDefault(i => i.Id == id);