public void PutSession(ISession session)
 {
     free_slot.Add(session.GetSessionId());
     RemoveSession(session);
 }