/// <summary>
 /// Procedura actualizeaza o categorie de coeficienti
 /// </summary>
 /// <returns>Returneaza true daca s-a facut actualizarea si false altfel</returns>
 public bool Update()
 {
     Data.Coeficienti coeficienti = new Data.Coeficienti(settings.ConnectionString);
     return(coeficienti.Update(setID, deLa, deducere, coefInvalidGrd1, coefInvalidGrd2, coefCopil12,
                               coefCopil3, coefUrmCopil, coefSot, coefTotal, coefSanatate, coefPensie, coefSomaj,
                               coefCheltProf, cASAngajator, sanatateAngajator, somajAngajator, fondRiscAngajator,
                               cartiCameraMunca, cartiCamera, cartiAngajator));
 }