public FC(Dimensions d, string color, double weight, int prise, string producingCountry, string title, double percent, int noiseLevel, int numberOfCompressors) : base(d, color, weight, prise, producingCountry, title, percent, noiseLevel) { this.numberOfCompressors = numberOfCompressors; }
public FA(Dimensions d, string color, double weight, int prise, string producingCountry, string title, double percent, int noiseLevel, string TypeOfEnergy) : base(d, color, weight, prise, producingCountry, title, percent, noiseLevel) { this.TypeOfEnergy = TypeOfEnergy; }