public void Insert(List <TipoTitoloEvasoModel> model)
 {
     try
     {
         TipoTitoloEvasoDataLayerRealm dl = new TipoTitoloEvasoDataLayerRealm();
         dl.Insert(model);
     }
     catch (Exception pException)
     {
         System.Diagnostics.Debug.WriteLine("Error TipoTitoloEvasoBusiness->Insert " + pException.Message);
     }
 }