public List <string> FirstBLL() { clsDAL obj = new clsDAL(); List <string> skillList = obj.First(); return(skillList); }