public List <Persona> GetPersona()
 {
     try
     {
         var result = PersonaDato.GetPersonas();
         return(result);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }