public IActionResult CancelDL([FromRoute] int id) { delService.CancelDLBasedOnId(id); return(RedirectToAction("ViewDelegateSummary", "Home")); }