protected void Reset_Click(object sender, EventArgs e)
        {
            CrmProfiler.Reset();
            CrmProfilerExtension.Reset();

            this.ShowStatistics();
        }