public TransportReturnEntity GetByCode(string code) { LogicBL logicBL = new LogicBL(); return(logicBL.ExtractTransport(code)); }