public List <ConfigurationDTO> GetConfiguration(string value) { ConfigurationDAO dao = new ConfigurationDAO(); return(dao.GetConfiguration(value)); }