/**
  * @return void
  */
 public static function unregister($ownerID)
 {
     DealInvoiceStatisticsTable::deleteByOwner($ownerID);
 }