const getCurrentVlk = vlk => {
            var vuodet = vlk.nimi.fi.replace(/\D/g, "").split("") || vlk.nimi.sv.replace(/\D/g, "").split("");
            vuodet = _.map(vuodet, function(v: any) {
                return parseInt(v);
            });