private PhraseType GetPhraseTypeById(int phraseTypeId) { PhraseType phraseType = _repository.GetPhraseTypeById(phraseTypeId); return(phraseType); }