public static Versions Version()
        {
            string currentrelease = Registry_Helpers.GetCurrentRelease();

            return(VersionInfo(currentrelease).Item3);
        }
        public static Years Year()
        {
            string currentrelease = Registry_Helpers.GetCurrentRelease();

            return(VersionInfo(currentrelease).Item2);
        }