// GET: Product public async Task <IActionResult> Index() { ViewData["datasource"] = _datasource; return(View(await _ds.ToListAsync())); }