public InvoiceEntities Init()
 {
     return(dbContext ?? (dbContext = new InvoiceEntities()));
 }