public decimal GetAmountByWorks(IDriverDB driver) { return(Decimal.Round(driver.GetAmountByWorksFromSectionOfBuilding(this), 2)); }