public void PrintContestantInfo(Contestant contestant) { UserInterface.PrintContestantInformaton(contestant); }
public void RegisterContestant(Contestant contestant) { contestant.RegistrationNumber = MakeRandomNumber(); UserInterface.GetUserInputFor(contestant); UserInterface.GiveUserInformation(contestant.RegistrationNumber, contestant.FirstName, name); //or Name? }