public ActionResult Products() { try { ViewBag.Categories = bal.Category(); return(View()); } catch (Exception ex) { throw ex; } }