public StudentRepository(ASPStudyContext context)
 {
     _context = context;
 }
 public TeacherRepository(ASPStudyContext context)
 {
     _context = context;
 }