public IEnumerable <LetterDTO> Get() { var letterList = _messagesService.GetAllLetters(); return(letterList); }