public static string Serialize(methodOfPaymentTypeEnum mop)
 {
     if (mop == methodOfPaymentTypeEnum.Item)
     {
         return("");
     }
     return(mop.ToString());
 }
 public static string Serialize(methodOfPaymentTypeEnum mop)
 {
     if (mop == methodOfPaymentTypeEnum.Item)
     {
         return "";
     }
     return mop.ToString();
 }