public List <string> GetAllNames() { CandidateDAL dal = new CandidateDAL(); dal._conn = this._conn; return(dal.GetAllNames()); }