private void LoschFunktion()//Löschen Funktion
        {
            Sonstiges_Imput NewForm = new Sonstiges_Imput();

            NewForm.Show();
            this.Dispose(false);
            wtxtHersteller.Focus();
        }
        private void cmdSonstiges_Click(object sender, EventArgs e)//Form Sonstiges öffnen
        {
            Sonstiges_Imput sonstiges = new Sonstiges_Imput();

            sonstiges.Show();
        }