Cat and Dog classes inherit from base class Animal.
PetShop class includes List,
methods AddPet() and IntroduceAll() that shows all properties
of every animal depends on its Type.
Pets are sorted depends on their names.
Implemented pets' comparison in a list