public VentasB(VentasR ventasRepo)
 {
     ventasR = ventasRepo;
 }
 public VentasB()
 {
     ventasR = new VentasR();
 }