public IActionResult DeleteConfirmed(int id) { _membersService.DeleteMemberAndConnectedItems(id); return(RedirectToAction(nameof(Index))); }