private void FillProduct_ByCode_CB()
 {
     CB_ProductName.Text = _queries.ProductNameByCode(CB_ProductKey.Text);
 }