public void FlushPlainToOnline(RoomController.PlainHardware_Simulation source)
 {
     source.CopyPlainToCyclic(this);
     this.Write();
 }