private void BindProductDetails() { if (_selectedAssembly != null) { bsStockBillItems.DataSource = productionRepository.GetStockBillItems(_selectedAssembly.ProductId); } }