@Query("select * from products where id = :productId")
    fun loadProduct(productId: Int): LiveData<ProductEntity?>?