public StudentRepository(StudContext context) : base(context) { }
public GenericRepository(StudContext _context) { context = _context; }