/// <summary>
 /// Deletes the specified Category from the current provider.
 /// </summary>
 public static void DeleteCategory(Category category)
 {
     LoadProviders();
     _provider.DeleteCategory(category);
 }