public ActionResult ApproveResource(long id) { _resourceService.ApproveResource(id); return(RedirectToAction("ResourceManagement")); }