public void Imprison(Thief thief) { prisoner.Catch(); }
public void Catch(Thief thief) { thief.Catch(); }