public async Task <IEnumerable <Setup> > GetAll()
 {
     return(await _setupRepository.GetAllTags());
 }