public bool InsertStudent(Student student) { StudentFactory s = new StudentFactory(); s.InsertStudent(student); return(true); }