private void rebuildCacheToolStripMenuItem_Click(object sender, EventArgs e)
 {
     CacheFunctions.CacheTables();
 }