public IEnumerable <Invoice> ListAllInvoices()
 {
     return(invo.GetAllInvoices());
 }