////////////////// // Tamagotchi CRUD public Tamagotchi GetTamagotchi(int id) { return(new Tamagotchi(_repo.FindById(id))); }