public AnimalCentre() { this.hotel = new Hotel(); this.procedures = new List <Procedure>(); this.InitializeProcedures(); }