public int ComputePayFor(IEmployee employee)
 {
     return employee.ComputePay();
 }