public async Task <IActionResult> Get() { var products = await _productBL.Get(); return(Ok(products)); }