public List <string> First3BLL() { clsDAL obj = new clsDAL(); List <string> skillList3 = obj.First3(); return(skillList3); }