public async Task <IActionResult> Index() { var list = await _noticiaService.FindAllAsync(); return(View(list)); }