public static string ToDescription(this PaymentCategory category)
 {
     return(category.ToString());
 }