public ActionResult CategoryDetails() { List <Category> categories = categoryBL.CategoryDetails(); return(View(categories)); }