public StudentRepository(QualitativeDbContext context) : base(context) { }
public BaseRepository(QualitativeDbContext context) { Context = context; }