public Provider(string name, Country country) { this.country = country; this.name = name; }
public Provider(Country country, Company company) { this.country = country; this.company = company; }