private void btnDoubleLock_Click(object sender, EventArgs e)
 {
     SafeInvoke(() => DoorControlClient.DoubleLockDoor(_door.token));
 }