// GET: Tamagotchi public ActionResult Index() { _tamagotchiRepo.ForceRefresh(); return(View(_tamagotchiRepo.GetAll().OrderByDescending(x => x.Alive))); }