public void AddStudent(Student student) { MessageBox.Show("Inside data addStudent"); _dataAccess.AddStudent(student); }