/// <summary>
 /// Deletes the specified Page from the current provider.
 /// </summary>
 public static void DeleteProfile(AuthorProfile profile)
 {
     LoadProviders();
     _provider.DeleteProfile(profile);
 }