private static void onChangeAdres(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            UserControl_Adres u = d as UserControl_Adres;

            u.calculateVal();
        }