public void Print(Invoice invoice)
 {
     // Logic goes here.
 }
 public void SomeOtherPrint( Invoice invoice )
 {
     // Logic goes here.
 }