public void Pass(Turnstile t)
 {
     t.SetLocked();
     t.Lock();
 }