public TransportReturnEntity GetByID(long ID) { LogicBL logicBL = new LogicBL(); return(logicBL.ExtractTransportByID(ID)); }