public PreOrderReturnEntity GetByID(long Id) { LogicBL logicBL = new LogicBL(); return(logicBL.GetPreorderByD(Id)); }