// GET: Favorites
 public ActionResult Index()
 {
     return(View(FavoritesRepo.FindAll()));
 }