public IEnumerable <UsedIngredientsDTO> GetFromRecipe(int recipeId)
 {
     return(IngredientsDAO.QueryFromRecipe(recipeId));
 }