Add a function to IPowerSupply that check if PS belongs to a list of compatible devices
Need to add a virtual function to IPowerSupply that check if the PS belongs to a list of compatible devices - can be called checkCompatibility
This function needs to be then implemented in all the other PS classes that inherit from IPowerSupply. They will check that the PS belong to a list that contains the manufacturer but also the model of the PS.