public Repository(InvictusContext context) { this.context = context; }
public UserRepository(InvictusContext context) : base(context) { }