public void AddInterest(string interest) { if (!Interests.Contains(interest)) { Interests.Add(interest); } }