internal bool SetConfig(ConfigurationProperty cp) { Dao dao = new Dao(); return(dao.SetConfig(cp)); }