public IEnumerable <LetterDTO> Get(int id)
 {
     return(_messagesService.GetAllLettersForConcreteUser(id));
 }