public IHttpActionResult GetAllProducts()
 {
     return(Ok(_service.GetAllProducts()));
 }