public ActionResult Index()
 {
     string localeIsoCode = Thread.CurrentThread.CurrentCulture.Name;
     AboutViewModel model = AboutManager.GetAboutCalculationsViewModel(localeIsoCode);             
     return View(model);
 }