void btnLike_Clicked(System.Object sender, System.EventArgs e) { btnLike.Text = "Added to Favourites"; AnimalRepo.addToFavorite(animal); }