//private readonly ISample _sample; public StudentRepository(StudentPortalEntities1 dbContext) { _dBContext = dbContext; // _sample = sample; }