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