public UserContent DeleteFavorite(int favoriteID) { UserContent userContent = SueetieUsers.DeleteFavorite(favoriteID); return(userContent); }