public string GetCustomFields(int propID) { SettingsDAL setDAL = new SettingsDAL(); return(setDAL.GetCustomFields(propID)); }