public void AddFavorite(int userId, int exerciseId) { _sqlContext.AddNewFavorite(exerciseId, userId); }