public IEnumerable <PersonReplyDto> Get() { return(personsService.GetAll().Select(x => new PersonReplyDto().CopyPropertiesFrom(x))); }