private ObservableCollection <Ingredients> GetIngtedientsForRecipe(int id_recipe) { ObservableCollection <Ingredients> Item = dB_recipe.GetIngtedients(id_recipe); return(Item); }