public DeliveryDetail GetById(int id)
 {
     return(_deliveryDetailRepository.GetSingleById(id));
 }