// initialising data of pets
 public void IntialiseData()
 {
     _pets = FakeDB.InitDataPet();
     IDAfterInit();
 }