public ActionResult Categories()
 {
     var categories = new CategoryLogic();
     return View(categories.ToList());
 }