public void CreateNewStudent(Student student)
 {
     // var student = new Student();
     _commonRepository.Create(student);
 }