public DataTable cantidadVentaAnio() { using (ServicioVenta comp = new ServicioVenta()) { return(comp.numeroVentaAnio()); } }