public ActionResult Refresh()
 {
     _repo.GetAllRecipes();
     return(RedirectToAction("Index"));
 }