//[HttpPost]
 public void Delete(int numeroFinca)
 {
     var code = Propiedad_Conexion.Delete(numeroFinca);
 }