public virtual async Task DeleteAsync(long id)
 {
     await ContentRepository.DeleteAsync(id);
 }