public AcOpenCommand(AirConditioner ac) { this._ac = ac; }
public AcCloseCommand(AirConditioner ac) { this._ac = ac; }