public string getCodiceLavorazioneNew(ref Esito esito, int year) { string iREt = Base_DAL.GetCodLavNew(ref esito, year); return(iREt); }