//Mottar nytt bud og legger det i listen over bud internal void addBud(int beløp) { Bud nyttbud = new Bud(beløp); budliste.Add(nyttbud); }