public DataSet consultarVentaPorFecha(String fecha)
 {
     return(objDatosVenta.consutarVentaPorFecha(fecha));
 }