public ActionResult Index() { AutomotiveShopDbContext context = new AutomotiveShopDbContext(); return View(context.Categories?.ToList()); }