public static ActionResult SetDate(Session session) { session.Log("Begin SetDate"); try { DbVersion.SetDate(); } catch (Exception exception) { exception.MessageError(); } session.Log("End SetDate"); return(ActionResult.Success); }