public ActionResult Details(int id) { Category category = categoryBL.Details(id); return(View(category)); }