private void button6_Click(object sender, EventArgs e)
        {
            MessageBox.Show(MsgWarningType);
            companyTypes companyTypes = new companyTypes();

            companyTypes.ShowInTaskbar = false;
            companyTypes.ShowDialog();
        }
        private void button6_Click(object sender, EventArgs e)
        {
            MessageBox.Show("!!!ATTENTION!!!\nThis is not yet completed and problaly won't work!!");
            companyTypes companyTypes = new companyTypes();

            companyTypes.ShowInTaskbar = false;
            companyTypes.ShowDialog();
        }