//this is a book private void BtnCreateBook_Click(object sender, EventArgs e) { i = 1; FormController.CreateBook(this); }