public static PredefinedProductAttributeValue ToEntity(this PredefinedProductAttributeValueModel model, PredefinedProductAttributeValue destination)
 {
     return(model.MapTo(destination));
 }
 //value
 public static PredefinedProductAttributeValue ToEntity(this PredefinedProductAttributeValueModel model)
 {
     return(model.MapTo <PredefinedProductAttributeValueModel, PredefinedProductAttributeValue>());
 }