private void raMA_CheckedChanged(object sender, EventArgs e)
        {
            cleardata();
            txtAdress.Visible = true;
            label8.Visible    = true;
            btnAdd.Enabled    = false;
            btnNew.Enabled    = true;

            FRM_CUSTOMERS frm = new FRM_CUSTOMERS();

            this.Text      = "MAMULKA MACAAMISHA";
            groupBox3.Text = "LISKA MACAAMISHA";
            groupBox1.Text = "XOGTA MACAAMISHA";
            this.dataGridView1.DataSource = cust.GET_ALL_CUSTOMERS();
        }
        private void mamulkaMacamiishaToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FRM_CUSTOMERS frm = new FRM_CUSTOMERS();

            frm.ShowDialog();
        }