public StudentInfoForm(string parentDatabasePath, AttendanceReport attendanceReport) { InitializeComponent(); databasePath = parentDatabasePath; this.attendanceReport = attendanceReport; this.MaximizeBox = false; this.FormBorderStyle = FormBorderStyle.FixedSingle; }