/// <summary>
 /// Deletes the specified Excellent from the current provider.
 /// </summary>
 public static void DeleteExcellent(Excellent excellent)
 {
     LoadProviders();
     _provider.DeleteExcellent(excellent);
 }