public DetailModel(DataTables.Data.InvoiceContext context)
 {
     _context = context;
 }
 public EditModel(DataTables.Data.InvoiceContext context)
 {
     _context = context;
 }