public bool Delete(long id, string updatedBy)
 {
     return(_deliveryRequestLineItemRepository.Delete(id));
 }
 public bool DeleteLineItem(long id)
 {
     return(_deliveryRequestLineItemRepository.Delete(id));
 }