public ProductoData(digitalwareDBContext db)
 {
     DB = db;
 }
 public FacturaData(digitalwareDBContext db)
 {
     DB = db;
 }