public ActionResult Delete(Guid id)
 {
     _appService.DeleteRestaurante(id);
     return(Ok());
 }