public void Post([FromBody] Products value) { if (value != null) { productBL.AddProductBL(value); } }