public async Task <bool> Delete(int id)
 {
     return(await _setupRepository.Delete(id));
 }