public decimal GetTotalAmount(IDriverDB driver) { return(Decimal.Round(driver.GetAmountByWorksFromProject(id), 2)); }