public ActionResult DeleteVolunteer(int?id) { var obj = siteService.DeleteVolunteer(id); return(Json(obj)); }