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