private void bazarCostInfoToolStripMenuItem_Click(object sender, EventArgs e)
        {
            BazarCostEntryUI main = new BazarCostEntryUI();

            main.ShowDialog();
        }
 private void bazarCostInfoToolStripMenuItem_Click(object sender, EventArgs e)
 {
     BazarCostEntryUI main=new BazarCostEntryUI();
     main.ShowDialog();
 }