public IActionResult AddFavourite(Favourite newFavourite) { RecipeRepository.AddFavToRepo(newFavourite); return(View("ListF", repo.Favourites)); }