public async Task <IEnumerable <TextModel> > Get()
 {
     return(await _textRepository.GetAllText());
 }