private void bunifuImageButton2_Click(object sender, EventArgs e)
        {
            stock stk = new stock();

            stk.Show();
        }
        private void bunifuFlatButton5_Click(object sender, EventArgs e)
        {
            stock stk = new stock();

            stk.Show();
        }