public T_OA_VEHICLEDISPATCH GetVehicleDispatchById(string entityId)
        {
            VehicleDispatchManageBll vehicleDispatchManagerBll = new VehicleDispatchManageBll();
            T_OA_VEHICLEDISPATCH     VehicleDispatchById       = vehicleDispatchManagerBll.GetVehicleDispatchById(entityId);

            return(VehicleDispatchById == null ? null : VehicleDispatchById);
        }
 public T_OA_VEHICLEDISPATCH GetVehicleDispatchById(string entityId)
 {
     VehicleDispatchManageBll vehicleDispatchManagerBll = new VehicleDispatchManageBll();
     T_OA_VEHICLEDISPATCH VehicleDispatchById = vehicleDispatchManagerBll.GetVehicleDispatchById(entityId);
     return VehicleDispatchById == null ? null : VehicleDispatchById;
 }