// Returns a list with the recipes that a user have done public List<Recipe> RecipesUser(UserEN user) { }
// Returns a list with the comments that a user have done public List<Comment> CommentsUser(UserEN user) { }