public static int GetStatusValue(this CustomerOrder.StatusEnum orderType)
 {
     return(CustomerOrder.StatusToValue(orderType));
 }