public async Task <Setup> GetById(int id)
 {
     return(await _setupRepository.GetByIdTag(id));
 }