public IEnumerable <TEntity> GetAll() { return(_dbContext.GetAll()); }
public IEnumerable <Contact> GetAll() { return(_dbContext.GetAll()); }