// GET: Product
 public ActionResult Index()
 {
     return(View(productionService.GetAllProductCategories()));
 }