public void UpdateStudent()
        {
            var student = _studentForm.GetStudent();

            _studentBll.UpdateStudent(student);
            UpdateForm();
        }