public IEnumerable <MessageDataDto> GetAll() { return(_repository.GetAll().Select(x => MessageDataDto.FromEntity(x))); }