private void saveConfigurationToolStripMenuItem_Click(object sender, EventArgs e)
{
// try {
//We need to get the configuration for load here
// SaveConfiguration();
// SaveConfigurationForBuildingSetting();//--This actual saving the data
SQLiteSaveConfigurationSetting();
//}
//catch (Exception ex)
//{
// MessageBox.Show(ex.Message);
//}
}