//this is a cis book
 private void BtnCreateBookCIS_Click(object sender, EventArgs e)
 {
     i = 2;
     FormController.CreateBookCIS(this);
 }