private static function getInstance()
 {
     if (!self::$theInstance) {
         self::$theInstance = new EmailNotificationManager();
     }
     return self::$theInstance;
 }