public static function getInstance()
 {
     if (self::$objInstance == null) {
         self::$objInstance = new RepoParametroEmail();
     }
     return self::$objInstance;
 }
 public function excluir()
 {
     return RepoParametroEmail::getInstance()->excluir();
 }