public static void Main() { Item item = new Item(); Fan fan = new Fan(); item.Company(); fan.Company(); fan.Model(); }