private void inShopShelvesToolStripMenuItem_Click(object sender, EventArgs e)
 {
     this.Hide();
     Other_Files.ShopStore_Form sh = new Other_Files.ShopStore_Form();
     sh.Show();
 }
 private void btnViewP_Click(object sender, EventArgs e)
 {
     this.Hide();
     Other_Files.ShopStore_Form sg = new Other_Files.ShopStore_Form();
     sg.ShowDialog();
 }