public IActionResult GetByUser(int id)
 {
     return(Ok(_recipeRepository.GetByUserProfileId(id)));
 }