public async Task <ApiResponse> DeleteMultipleAsync(string ids) => await _cmsRepository.DeleteMultipleAsync(ids);