public IEnumerable <tInvoice> GetAll()
 {
     return(invoiceRepo.GetAll());
 }