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