public List <Invoice> GetInvoices(int userId)
 {
     return(_invoiceRepo.GetInvoices(userId));
 }