public void DeleteSession(ISession session)
 {
     session.Destroy();
 }