//this is a orchestra cd

        private void BtnCreateCDOrchestra_Click(object sender, EventArgs e)
        {
            i = 4;
            FormController.CreateCDOrchestra(this);
        }