public IActionResult Index() { CategoryListModel listModel = new CategoryListModel { categoryList = ICategoryServices.CategoryList().ToList() }; return(View(listModel)); }