public static CLayer.RateCommission GetCommission(long propertyId) { DataLayer.Property prperty = new DataLayer.Property(); return(prperty.GetCommission(propertyId)); }