/// <summary>
 /// Procedura selecteaza detaliile unor coeficienti
 /// </summary>
 private void LoadCoeficientiID()
 {
     Data.Coeficienti        coeficienti = new Data.Coeficienti(settings.ConnectionString);
     Data.DetaliiCoeficienti detalii     = coeficienti.GetDetalii(setID);
     deLa              = detalii.DeLa;
     deducere          = detalii.Deducere;
     coefInvalidGrd1   = detalii.CoefInvalidGrd1;
     coefInvalidGrd2   = detalii.CoefInvalidGrd2;
     coefCopil12       = detalii.CoefCopil12;
     coefCopil3        = detalii.CoefCopil3;
     coefUrmCopil      = detalii.CoefUrmCopil;
     coefSot           = detalii.CoefSot;
     coefTotal         = detalii.CoefTotal;
     coefSanatate      = detalii.CoefSanatate;
     coefPensie        = detalii.CoefPensie;
     coefSomaj         = detalii.CoefSomaj;
     coefCheltProf     = detalii.CoefCheltProf;
     cASAngajator      = detalii.CASAngajator;
     sanatateAngajator = detalii.SanatateAngajator;
     somajAngajator    = detalii.SomajAngajator;
     fondRiscAngajator = detalii.FondRiscAngajator;
     cartiCameraMunca  = detalii.CartiCameraMunca;
     cartiCamera       = detalii.CartiCamera;
     cartiAngajator    = detalii.CartiAngajator;
 }