public async Task <bool> DeleteSetAsync(long Id) { var deleted = await _setRepository.DeleteAsync(Id); return(deleted != null); }