private void button_AllInventory_Click(object sender, EventArgs e)
 {
     //HAWK_Template_5 ();
        // NewApplication.NewApplication_Main newapp = new NewApplication.NewApplication_Main(base.ident); newapp.Show();
     InventoryManagement.InventoryManagement_List t5 = new InventoryManagement.InventoryManagement_List(ident);
     t5.Show();
 }
 protected override void button_ListObjects_Click(object sender, EventArgs e)
 {
     InventoryManagement.InventoryManagement_List t5 = new InventoryManagement.InventoryManagement_List(ident);
     t5.Show();
 }