public ActionResult AddFavorite(int exerciseId, int userId) { logic.AddFavorite(userId, exerciseId); return(RedirectToAction("Index", "Exercise")); }