public TamagotchiModel() { _tamagotchi = new Tamagotchi(); }
public TamagotchiModel(Tamagotchi tamagotchi) { _tamagotchi = tamagotchi; }