public IHttpActionResult GetCompra()
 {
     return(Ok(_appService.ListarCompras()));
 }