override public void UpdatePosition(int index, string deviceLanguage, ref BusinessLayer.User user)
        {
            // Update the position in the DB
            DataAccessLayer.DAL_Bestellung dal_Bestellung = new DataAccessLayer.DAL_Bestellung();
            this.Positions[index] = dal_Bestellung.UpdatePosition(this, this.Positions[index ], deviceLanguage, ref user);
            this.Wert = this.Positions[index].KpfWert;

        }