public int TotalventasDirarias() { int totalventas = 0; totalventas = coneccionsql.listadeventas().Count(); return(totalventas); }