private object Approve(IBlogService blogService, dynamic p) { blogService.ToggleApproval((int) p.id); return Response.AsRedirect("/manage"); }