public static DigitoVerificadorService getInstance()
 {
     if (instance == null)
     {
         instance = new DigitoVerificadorService();
     }
     return(instance);
 }