public IEnumerable <Invoice> GetAll()
 {
     return(_invoice.getAll());
 }