public static void AddFavorite(int questionId) { if (questionId > 0) { dal.AddFavorite(questionId); } }