public List <string> First2BLL() { clsDAL obj = new clsDAL(); List <string> skillList2 = obj.First2(); return(skillList2); }