public ActionResult RequirementGroupDelete(string GroupId) { requirementService.RequirementGroupDelete(GroupId); return(Json("")); }