private bool DeleteObject()
 {
     return(deliveryNoteRepo.DeleteDeliveryNote(deliveryNoteID));
 }