public IEnumerable <Person> GetByExpression(SearchObject predicate) { return(_registerRepository.GetByExpression(predicate)); }