public static ProductImage ToProductImage(this ProductImageModel model)
 {
     return(model.MapTo <ProductImageModel, ProductImage>());
 }