public virtual IList <TransportPriceListDetail> GetAllTransportPriceListDetail()
 {
     return(entityDao.GetAllTransportPriceListDetail());
 }