private void estadísticasDePedidoToolStripMenuItem_Click(object sender, EventArgs e)
 {
     frmEstadisticas ofrmEstadisticas = new frmEstadisticas();
     ofrmEstadisticas.Show();
 }
        private void estadísticasDePedidoToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmEstadisticas ofrmEstadisticas = new frmEstadisticas();

            ofrmEstadisticas.Show();
        }