public ContactService(AddressBookEntites context) : base(context) { this._context = context; }
public GenericRepository(AddressBookEntites context) { this._context = context; }