public void AddDescription(string desc) { if(desc != "") { JobDescription.Add(desc); }//end if }//end AddDescription