public IActionResult Index()
 {
     ViewData["Product"] = "active";
     return(View(DataAccessModel.GetAllCategories()));
 }