fun ImageView.load(imageUrl: String) { if (imageUrl.isNotEmpty()) { picasso.load(imageUrl).into(this) } }