public ActionResult PlanningUpdate(AuditoryPlanning planning, int applicationUserId) { return(planning.Update(applicationUserId)); }