public static string GetDisplayName(this AccountCategory accountCategory)
 {
     return(EnumerationExtensions.GetDisplayName(accountCategory));
 }