public IActionResult Index()
        {
            object result = _stringService.GetDate();

            return(View(result));
        }