public ActionResult FeaturesDelete(short id) { _featuresService.DeleteFeatures(id); return(RedirectToAction("FeaturesList")); }