// GET: /<controller>/ public IActionResult Index(long?brandId) { var table = carModelService.GetTable(brandId); return(View(table)); }