public void CreateNewContestant() { contestant = new Contestant(); }
public void RegisterContestant(Contestant contestant) { dictionary.Add(RegistrationNumber, contestant); RegistrationNumber++; Console.WriteLine("Contestant added! \n"); }