public decimal GetTotalIncome()
 {
     return(_parking.GetTotalParkingIncome());
 }