private void button1_Click_1(object sender, EventArgs e)
        {
            int n = Shop.Warehouse.Count;

            Shop.DateCheck();
            if (Shop.Warehouse.Count > n)
            {
                ForSaleBindingSource.ResetBindings(false);
                ClientBindingSource.ResetBindings(false);
            }
        }