public static string GetPropertyTamarindFlag(long PropertyID, string PropertyName) { DataLayer.Property bok = new DataLayer.Property(); return(bok.GetPropertyTamarindFlag(PropertyID, PropertyName)); }