private static string ConvertEnum(Enum p)
 {
     return p.GetDescriptionValue();
 }