public Repository(TaleemDbContext context) { _context = context; }
public UserRepository(TaleemDbContext context) : base(context) { }