private void inventoryReportToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Stock_Information_Reports sr = new Stock_Information_Reports();

            sr.MdiParent = this;
            sr.Show();
        }
        private void lblreorder_Click(object sender, EventArgs e)
        {
            Stock_Information_Reports sr = new Stock_Information_Reports();

            sr.MdiParent = this;
            sr.Show();
        }