public ReporteVentasPorProductoBL()
 {
     _contexto = new Contexto();
     ListadeVentasPorProucto = new List <ReporteVentasPorProducto>();
 }
 public ClientesBL()
 {
     _contexto       = new Contexto();
     ListadeClientes = new List <Clientes>();
 }