public IActionResult Index()
        {
            var result = _test.CheckLogin("", "");

            return(View());
        }