public LoanBookForm(string bookId,string bookTitle,MainForm topParent) { InitializeComponent(); _bookId = bookId; _topParent = topParent; this.lblBook.Text = bookTitle; }