public List <CoreProfile> GetProfileList() { ProfileDAL dal = new ProfileDAL(); return(dal.GetProfileList()); }