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