private void button_ListALL_Click(object sender, EventArgs e)
 {
     this.Close();
     Suppliers_List sl = new Suppliers_List(base.ident );
     //  MessageBox.Show(" Suppliers_List was called");
      sl.Show();
 }
        private void button_ListALL_Click(object sender, EventArgs e)
        {
            this.Close();
            Suppliers_List sl = new Suppliers_List(base.ident);

            //  MessageBox.Show(" Suppliers_List was called");
            sl.Show();
        }
 protected override void button_ListObjects_Click(object sender, EventArgs e)
 {
     this.Close();
     Suppliers_List sl = new Suppliers_List(); sl.Show();
     //MessageBox.Show(" Suppliers_List was called");
 }
 protected override void button_ListObjects_Click(object sender, EventArgs e)
 {
     this.Close();
     Suppliers_List sl = new Suppliers_List(); sl.Show();
     //MessageBox.Show(" Suppliers_List was called");
 }