openForUrl

suspend fun openForUrl(    fragment: Fragment,     client: ProductRepository,     product: Product,     imageType: ProductImageField,     mUrlImage: String,     mImageFront: View,     language: String)
suspend fun openForUrl(    activity: Activity,     client: ProductRepository,     product: Product,     imageType: ProductImageField,     mUrlImage: String,     mImageFront: View,     language: String)