public void Delete(int id)
 {
     int res = repository.BorrarPaciente(id);
 }