public ActionResult FeaturesUpdate(Features model) { _featuresService.UpdateFeatures(model); return(RedirectToAction("FeaturesList")); }