private void button1_Click(object sender, EventArgs e)
 {
     if (_currentSach != null)
     {
         frmChiTietLoNhap form = new frmChiTietLoNhap(this, _currentSach);
         form.ShowDialog(this);
     }
     else
     {
         MessageBox.Show("Chọn sách cần xem");
     }
 }
 private void button1_Click(object sender, EventArgs e)
 {
     if (_currentSach != null)
     {
         frmChiTietLoNhap form = new frmChiTietLoNhap(this, _currentSach);
         form.ShowDialog(this);
     }
     else
         MessageBox.Show("Chọn sách cần xem");
 }