public Session RemoveSession(Session session)
 {
     throw new NotImplementedException();
 }
 public Session FinishSession(Session session)
 {
     throw new NotImplementedException();
 }