public List <Ingredient> GetByRecipe(long idrecipe) { LogicBL logicBL = new LogicBL(); return(logicBL.GetByRecipe(idrecipe)); }