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