public StudentCreateInteractor(IStudentAdapter studentAdapter)
 {
     _studentAdapter = studentAdapter;
 }
 public StudentGetInteractor(IStudentAdapter studentAdapter)
 {
     _studentAdapter = studentAdapter;
 }