public ContactRepository(Context.EntityContext context)
 {
     this._context = context ?? throw new ArgumentNullException(nameof(context));
 }