static void Working(Power pwr) { pwr.Working(); }
static void Main(string[] args) { Power on = new Power(1); Volume full = new Volume(1, 9); Station suomipop = new Station(1, 1); }