public IEnumerable <DeliveryDetail> GetAll()
 {
     return(_deliveryDetailRepository.GetAll());
 }