public function new_students()
 {
     $class = new students_lib();
     $class->new_students();
 }