public void Show() { Title.Show(); Content.Show(); Author.Show(); }
public Book() { Author = new Author(); Content = new Content(); Title = new Title(); }