void IManageStudent.ModifyStudent(Student st, List <Subject> list) { EntityDb.UpdateStud(st, list); GetStudents(); }