public ArtistDetails() { Images = new List <Image>(); Tags = new TagList(); Biography = new Biography(); Band = new Band(); }
public void Setup() { _subject = new Biography(); }