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