public Screen(Heater heater) { heater.boil += ShowBoil; }
public Alertor(Heater heater) { heater.boil += AlertorWork; }