public void Unlock() { foreach (Door door in DoorManager.GetDoorsById(this.doorId)) { door.Unlock(); } }