public ActionResult CancelTemplate(int id) { _pageTemplateService.CancelTemplate(id); return(Json(null)); }