public AddSectionStudentForm()
 {
     InitializeComponent();
     rmsController = new RmsController();
     sections      = rmsController.GetAllSections();
     allStudents   = rmsController.GetAllStudents();
 }