public virtual void DeleteTransportPriceListDetail(Int32 id)
 {
     entityDao.DeleteTransportPriceListDetail(id);
 }