// method initialises the data of customers and gets the id public void IntialiseData() { _customers = FakeDB.InitDataCustomer(); IDAfterInit(); }