void IBLL.IStudent.Remove(StudentInfo student) { if (student == null) { throw new Exception(); } dal.Remove(student); }