public void UpdateSession(Session s) { try { UserBC UserBC = new UserBC(); UserBC.UpdateSession(s); return; } catch (Exception ex) { throw; } finally { } }