public Repository(ECDbContext context) { _context = context; }
public ContactRepository(ECDbContext context) : base(context) { }