public async Task <IActionResult> Index() { var model = await _newsDal.GetListAsync(); return(View(model)); }