public InvoiceController()
 {
     repo = new InvoiceSQLRepository();
 }
 public WorkersController()
 {
     repo = new InvoiceSQLRepository();
 }