private void ClearImage(ProductCategory category)
 {
     MediaLibrary.RemoveMediaFile(GetImage(category));
     SetImage(category, string.Empty);
 }