private void ShowInfo(Publication publication) { TextBoxInfo.Text = publication.GetInfo(); TextBoxBibtex.Text = publication.GetBibtex(); }