public ActionResult OnPostDelete(int modelId) { _bonusService.Delete(modelId); return(CustomRedirect(SitePages.MajorEditorBonusesIndex)); }