private void txtSubject_TextChanged(object sender, EventArgs e) { coreController.SetSubject(txtSubject.Text.ToString()); }