public List <DomainEntityUser> Read() { return(DaoUser.Read().Select(dbEntity => dbEntity.DbEntityToDomainEntity()).ToList()); }