// GET: Addresses public async Task <IActionResult> Index() { var list = await _ProviderService.FindAllAsync(); return(View(list)); }