public IActionResult Greetings()
        {
            object nev = y.GetName();

            return(View(nev));
        }