public List <IngredientReturnEntity> GetAll() { LogicBL logicBL = new LogicBL(); return(logicBL.ExtractAllIngredients()); }