private void btnEliminarPaciente_Click(object sender, EventArgs e)
 {
     pacient.EliminarFuncionPaciente(pers.Id);
     cargar();
 }