public bool DeleteRecordfromheader(Guid ServiceHeaderId)
 {
     return(repository.DeleteRecordfromheader(ServiceHeaderId));
 }