public ActionResult Delete(int id, string tipo, int numero)
 {
     camposervice.Delete(tipo, numero, id);
     return(NoContent());
 }