public IActionResult Index()
        {
            var api = new NewsApi();

            return(View(api.GetNews()));
        }