public static int GetApplicationTypeValue(this CustomerOrder.ApplicationTypeEnum orderType)
 {
     return(CustomerOrder.ApplicationTypeToValue(orderType));
 }