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