public ActionResult CreateSpecification(Specification spe) { ProductBus.InsertSpecification(spe); return(RedirectToAction("Index")); }