public PubHouse(BookForm f) { InitializeComponent(); book = f; }
public AuthorCreateForm(BookForm f) { InitializeComponent(); book = f; }